Skip to content

Instantly share code, notes, and snippets.

@jacoelho
Created July 11, 2016 13:23
Show Gist options
  • Select an option

  • Save jacoelho/05cc04094bd29ca02db921c0d0a900b5 to your computer and use it in GitHub Desktop.

Select an option

Save jacoelho/05cc04094bd29ca02db921c0d0a900b5 to your computer and use it in GitHub Desktop.
describe kafka topic
bin/kafka-topics.sh \
--zookeeper $ZK \
--describe \
--topic <name>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment