wushujames / kafka-topic-manager

A webservice to help delete Kafka topics
Apache License 2.0
6 stars 0 forks source link

Handle the case where zookeeper and Kafka are on separate machines #3

Open wushujames opened 5 years ago

wushujames commented 5 years ago

It is often the case where the broker is on a different machine from zookeeper. Change the API and implementation to handle that case.