Kafka Basic Command Line

The list of Topics

kafka-topics --bootstrap-server localhost:9092 --list              

Topic information

kafka-topics --bootstrap-server localhost:9092 --describe --topic count-topic

Delete Topic

kafka-topics --bootstrap-server localhost:9092 --delete --topic test

Leave a Reply

Your email address will not be published.

ANOTE.DEV