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-topics.sh –zookeeper centos7:2181 –list
__consumer_offsets
kafkatooltopic
mytestopic
mytesttopic
sjvztopic
drilling further into the partitions gives more detail about the partitions , the data stored in the partitions and the replica
overall a decent tool …