How can I see Kafka topics?
How can I see Kafka topics? How to check if Kafka topics and data is created Run the command to log on to the Kafka container: kubectl exec -it broker-0 bash -n Run the command to list the Kafka topics: ./bin/kafka-topics.sh –list –zookeeper itom-di-zk-svc:2181. How do I list topics in Kafka container? Kafka Distributed Streaming […]