I would like to view all the topics running on a server from my local kafka scripts. I can view the details of a topic like this:
bin/kafka-console-consumer.sh --bootstrap-server <someip>:<somport> --topic
mytopic --from-beginning
But can't find out a way to view all the topics running on <someip>:<someport>
. Do I need to have a local instance of zookeeper running in order to do this?