KIP-133 — Describe and Alter Configs Admin APIs
Accepted Kafka 1.0 AdminProtocol
Adds DescribeConfigs and AlterConfigs admin API endpoints to the Kafka wire protocol, enabling clients to read and modify topic and broker configurations without direct ZooKeeper access. Before this, tools like kafka-configs.sh required ZooKeeper connectivity, preventing config management in environments where ZooKeeper was locked down.
Details
| Author | Ismael Juma |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-3267 |
| Wiki | View on Apache Wiki |
| Created | 2017-03-16 |
| Last Modified | 2018-05-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.