The first is Kafka Tool. It is a Windows program that can connect to a Kafka cluster and do all basic tasks. It can list brokers, topics, or consumers and their properties. It allows you to create. Offset Explorer (formerly Kafka Tool) is a GUI application for managing and using Apache Kafka ® clusters. It provides an intuitive UI that allows one to quickly view objects within a Kafka cluster as well as the messages stored in the topics of the cluster. It contains features geared towards both developers and administrators.
this is my experience with kafka tool thats available here at https://www.kafkatool.com/download.html
ps -fe | grep zoo gives the process thats running on zookeeper
if you read the output , you can see the scala version and the kafka version in my case the scala version is 2.12 and the kafka version is 2.5.0
you will need this to add to the kafka ui tool
in my case there was no 2.5 in the drop down , so i went with 2.4
the tool does work and it displays all of the topics
it matches with what i have in the cli
Kafka Ui Tool Download
kafka-topics.sh –zookeeper centos7:2181 –list
__consumer_offsets
kafkatooltopic
mytestopic
mytesttopic
sjvztopic
Kafka Ui Tool Open Source
drilling further into the partitions gives more detail about the partitions , the data stored in the partitions and the replica
Kafka Ui Tool Download
overall a decent tool …