List of topics
While starting your learning about Kafka, you want to see a list of topics stored within Kafka. You discover a command listed as follows:
bin/kafka-topics.sh --bootstrap-server localhost:9092 --list
This command is described as showing a list of topics available on a Kafka server.
Este exercício faz parte do curso
Introduction to Apache Kafka
Instruções do exercício
- Run the command listed above in the terminal window.
Exercício interativo prático
Transforme a teoria em ação com um de nossos exercícios interativos
