Tag: kafkatools

  • Some of the Kafka UI Tools

    Kafkatool Quickly view all your Kafka clusters, including their brokers, topics and consumers. View contents of messages in your partitions and add new messages. View offsets of the consumers, including Apache Storm Kafka spout consumers. Show JSON and XML messages in a pretty-printed format. Add and drop topics plus other management features. Save individual messages from your partitions to local hard drive.…

  • 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…