KIP-543 — Expand ConfigCommand's non-ZK functionality
Accepted Kafka 2.5 AdminKRaft
Expands ConfigCommand (kafka-configs.sh) to support all broker config operations via KafkaAdminClient rather than direct ZooKeeper access, achieving ZK-parity without ZK dependency. This is required for KRaft mode (KIP-500) where ZooKeeper is eliminated and all administrative operations must route through the broker.
Details
| Author | Brian Byrne |
| Status | Accepted |
| Kafka Version | 2.5 |
| JIRA | KAFKA-9082 |
| Wiki | View on Apache Wiki |
| Created | 2019-10-22 |
| Last Modified | 2020-04-17 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.