Created
November 25, 2014 03:52
-
-
Save solarce/7782e04a75de2659c903 to your computer and use it in GitHub Desktop.
three node kafka cluster running on coreos
This file contains hidden or 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
[19:51:06] bburton@althalus ~ kafka-topics.sh --describe --zookeeper coreos-zk1 --topic bburton.test3 | |
Topic:bburton.test3 PartitionCount:3 ReplicationFactor:3 Configs: | |
Topic: bburton.test3 Partition: 0 Leader: 200 Replicas: 200,300,100 Isr: 200,300,100 | |
Topic: bburton.test3 Partition: 1 Leader: 300 Replicas: 300,100,200 Isr: 300,100,200 | |
Topic: bburton.test3 Partition: 2 Leader: 100 Replicas: 100,200,300 Isr: 100,200,300 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment