Skip to content

Instantly share code, notes, and snippets.

@AdilHoumadi
Created March 22, 2021 12:37
Show Gist options
  • Save AdilHoumadi/91da843c97962303023acb7fa777d2b5 to your computer and use it in GitHub Desktop.
Save AdilHoumadi/91da843c97962303023acb7fa777d2b5 to your computer and use it in GitHub Desktop.
$ kafka-topics.sh --bootstrap-server localhost:9092 --describe
Topic: newTopic PartitionCount: 3 ReplicationFactor: 1 Configs:
Topic: newTopic Partition: 0 Leader: 1 Replicas: 1 Isr: 1
Topic: newTopic Partition: 1 Leader: 1 Replicas: 1 Isr: 1
Topic: newTopic Partition: 2 Leader: 1 Replicas: 1 Isr: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment