Kafka - Basics and Event Streaming
You want to list all topics on a Kafka server at
localhost:9092. Which command correctly lists the topics?localhost:9092. Which command correctly lists the topics?kafka-topics.sh tool manages topics and supports the --list option to show all topics.--bootstrap-server localhost:9092 specifies the Kafka server to connect to.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions