Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 228 Bytes

Kafka.md

File metadata and controls

4 lines (3 loc) · 228 Bytes
  • kafka-topics.sh --zookeeper localhost:2181 --list
  • kafka-topics.sh --zookeeper localhost:2181 --describe - describe all topics
  • kafka-topics.sh --zookeeper localhost:2181 --describe topic-name - describe single topic