Skip to content

Instantly share code, notes, and snippets.

@1ambda
Created December 29, 2021 13:28
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 1ambda/aa7482b37b1d619c1a66dac76d069230 to your computer and use it in GitHub Desktop.
Save 1ambda/aa7482b37b1d619c1a66dac76d069230 to your computer and use it in GitHub Desktop.
kafka-topics --describe --zookeeper zookeeper:2181 --topic __consumer_offsets
Topic: __consumer_offsets TopicId: wWPS-BD9TSuZHybvPwpomg PartitionCount: 50 ReplicationFactor: 1 Configs: compression.type=producer,cleanup.policy=compact,segment.bytes=104857600
Topic: __consumer_offsets Partition: 0 Leader: 1 Replicas: 1 Isr: 1
Topic: __consumer_offsets Partition: 1 Leader: 1 Replicas: 1 Isr: 1
....
Topic: __consumer_offsets Partition: 49 Leader: 1 Replicas: 1 Isr: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment