KIP-198 — Remove ZK dependency from Streams Reset Tool
Accepted Kafka 1.0 StreamsAdmin
Replaces the `--zookeeper` parameter in `kafka-streams-application-reset.sh` with `--bootstrap-servers`, migrating the Streams reset tool from direct ZooKeeper access to the `AdminClient` API. Retaining ZooKeeper access in client-side tools couples them to the ZooKeeper topology and prevents future ZooKeeper removal from Kafka.
Details
| Author | Matthias J. Sax |
| Status | Accepted |
| Kafka Version | 1.0 |
| JIRA | KAFKA-5862 |
| Wiki | View on Apache Wiki |
| Created | 2017-09-08 |
| Last Modified | 2017-09-12 |
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.