This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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