conduktor.io ↗

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

AuthorMatthias J. Sax
StatusAccepted
Kafka Version1.0
JIRAKAFKA-5862
WikiView on Apache Wiki
Created2017-09-08
Last Modified2017-09-12
Explore how this KIP affects the Kafka protocol in the Protocol Explorer, or see the full KIP database.