Tag: zookeeper

  • Basic Kafka CLI Tools/Commands

    Kafka provides list of CLI and UI based utilities those are useful while managing/debugging/monitoring various Kafka entities like: – Cluster Broker Producer Consumer Topics Partition Payload CLI Tools zookeeper-server-start.bat Start Zookeeper kafka-server-start.bat Start Multiple Kafka Server kafka-console-producer.bat kafka-console-consumer.bat kafka-topics.bat Create Topic’s Update Partitions Listing Listing Partitions Which are not in-sync with leader Listing Partitions Which…