KIP-422 — KIP-421
Discarded Kafka 2.6 Admin
Proposes adding client quota management (create, alter, describe, delete) to the `AdminClient` API, covering user, client-ID, and IP quota entities. Previously, client quota configuration required direct ZooKeeper writes (`/config/users/`, `/config/clients/`), bypassing broker-side authorization and making programmatic quota management impossible without a ZooKeeper dependency.
Protocol Impact
DescribeConfigs · AlterConfigs · IncrementalAlterConfigs
Details
| Author | Yaodong Yang |
| Status | Discarded |
| Kafka Version | 2.6 |
| JIRA | KAFKA-7740 |
| Wiki | View on Apache Wiki |
| Created | 2018-12-23 |
| Last Modified | 2020-04-09 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.