Advertisement
Guest User

Untitled

a guest
Aug 14th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. bin/kafka-topics.sh --zookeeper 10.xx.xx.xx:2181/kafka --topic fourth_topic --describe
  2. Topic:fourth_topic PartitionCount:3 ReplicationFactor:3 Configs:
  3. Topic: fourth_topic Partition: 0 Leader: 3 Replicas: 1,2,3 Isr: 3,1,2
  4. Topic: fourth_topic Partition: 1 Leader: 3 Replicas: 2,3,1 Isr: 3,1,2
  5. Topic: fourth_topic Partition: 2 Leader: 3 Replicas: 3,1,2 Isr: 3,1,2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement