KIP-248 — Create New ConfigCommand That Uses The New AdminClient
Discarded Admin
Proposes migrating the `kafka-configs.sh` tool from direct ZooKeeper access to using the Admin Client API for all configuration operations (rejected in favor of incremental ZooKeeper removal work tracked separately). The existing `ConfigCommand` uses ZooKeeper directly for config reads and writes, coupling the tool to ZooKeeper's internal config znode schema and bypassing broker-side authorization.
Protocol Impact
Details
| Author | Viktor Somogyi |
| Status | Discarded |
| JIRA | KAFKA-5722 |
| Wiki | View on Apache Wiki |
| Created | 2018-01-12 |
| Last Modified | 2019-02-15 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.