1 2 3 4 5 6 7 8 9 10 11 12
| ./bin/kafka-topics.sh --zookeeper prod-zk1:2181 --describe --topic Events
Topic: Events Partition: 0 Leader: 2 Replicas: 2,0 Isr: 2,0 Topic: Events Partition: 1 Leader: 2 Replicas: 0,1,2 Isr: 2,0 Topic: Events Partition: 2 Leader: 2 Replicas: 1,2,0 Isr: 2,0 Topic: Events Partition: 3 Leader: 2 Replicas: 2,1,0 Isr: 2,0 Topic: Events Partition: 4 Leader: 2 Replicas: 0,2,1 Isr: 2,1 Topic: Events Partition: 5 Leader: 0 Replicas: 1,0 Isr: 1,0 Topic: Events Partition: 6 Leader: 2 Replicas: 2,0 Isr: 2,0 Topic: Events Partition: 7 Leader: 2 Replicas: 0,1,2 Isr: 2,1 Topic: Events Partition: 8 Leader: 0 Replicas: 1,2,0 Isr: 1,0 Topic: Events Partition: 9 Leader: 1 Replicas: 2,1,0 Isr: 1,0
|