1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
| [root@RD-MQ-01 bin]# ./kafka-topics.sh --zookeeper 192.168.1.217:5181 --topic st.topic.yery.test --describe Topic:st.topic.yery.test PartitionCount:32 ReplicationFactor:3 Configs: Topic: st.topic.yery.test Partition: 0 Leader: 218 Replicas: 218,217,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 1 Leader: 219 Replicas: 219,218,217 Isr: 219 Topic: st.topic.yery.test Partition: 2 Leader: 217 Replicas: 217,219,218 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 3 Leader: 218 Replicas: 218,219,217 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 4 Leader: 219 Replicas: 219,217,218 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 5 Leader: 217 Replicas: 217,218,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 6 Leader: 218 Replicas: 218,217,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 7 Leader: 219 Replicas: 219,218,217 Isr: 219 Topic: st.topic.yery.test Partition: 8 Leader: 217 Replicas: 217,219,218 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 9 Leader: 218 Replicas: 218,219,217 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 10 Leader: 219 Replicas: 219,217,218 Isr: 219 Topic: st.topic.yery.test Partition: 11 Leader: 217 Replicas: 217,218,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 12 Leader: 218 Replicas: 218,217,219 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 13 Leader: 219 Replicas: 219,218,217 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 14 Leader: 217 Replicas: 217,219,218 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 15 Leader: 218 Replicas: 218,219,217 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 16 Leader: 219 Replicas: 219,217,218 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 17 Leader: 217 Replicas: 217,218,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 18 Leader: 218 Replicas: 218,217,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 19 Leader: 219 Replicas: 219,218,217 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 20 Leader: 217 Replicas: 217,219,218 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 21 Leader: 218 Replicas: 218,219,217 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 22 Leader: 219 Replicas: 219,217,218 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 23 Leader: 217 Replicas: 217,218,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 24 Leader: 218 Replicas: 218,217,219 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 25 Leader: 219 Replicas: 219,218,217 Isr: 219 Topic: st.topic.yery.test Partition: 26 Leader: 217 Replicas: 217,219,218 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 27 Leader: 218 Replicas: 218,219,217 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 28 Leader: 219 Replicas: 219,217,218 Isr: 219,217,218 Topic: st.topic.yery.test Partition: 29 Leader: 217 Replicas: 217,218,219 Isr: 217,218,219 Topic: st.topic.yery.test Partition: 30 Leader: 218 Replicas: 218,217,219 Isr: 218,217,219 Topic: st.topic.yery.test Partition: 31 Leader: 219 Replicas: 219,218,217 Isr: 219,217,218
|