Skip to content

Instantly share code, notes, and snippets.

@denzhel
Last active July 20, 2021 18:01
Show Gist options
  • Select an option

  • Save denzhel/19ef9822c02d35e8de22480c6b296a30 to your computer and use it in GitHub Desktop.

Select an option

Save denzhel/19ef9822c02d35e8de22480c6b296a30 to your computer and use it in GitHub Desktop.
List all kafka topics

To list all Kafka topics in our cluster, use the following commaand:

./kafka-topics.sh --zookeeper <ZooKeeperHost>:2181 --list

#kafka

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment