Skip to content

Instantly share code, notes, and snippets.

@wupher
Created March 1, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wupher/5d1344a35f8b6f019f932f5b19c4ad7e to your computer and use it in GitHub Desktop.
Save wupher/5d1344a35f8b6f019f932f5b19c4ad7e to your computer and use it in GitHub Desktop.
list kafka topic details #kafka
./kafka-topics.sh \
--zookeeper 192.168.96.15:2181 \
--topic boxState\
--describe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment