conduktor.io ↗

KIP-140 — Add administrative RPCs for adding, deleting, and listing ACLs

Accepted Kafka 1.0 SecurityAdminProtocol

Adds `CreateAcls`, `DeleteAcls`, and `DescribeAcls` protocol RPCs and exposes them via the `AdminClient` API as part of the KIP-117 admin API rollout. Without these RPC endpoints, ACL management requires direct ZooKeeper access or the Kafka command-line tools, preventing programmatic ACL management from JVM clients.

Protocol Impact

DescribeAcls · CreateAcls · DeleteAcls

Details

AuthorColin McCabe
StatusAccepted
Kafka Version1.0
JIRAKAFKA-3266
WikiView on Apache Wiki
Created2017-04-14
Last Modified2017-07-20
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.