Skip to content

Instantly share code, notes, and snippets.

@solarce
Created November 25, 2014 03:52
Show Gist options
  • Save solarce/7782e04a75de2659c903 to your computer and use it in GitHub Desktop.
Save solarce/7782e04a75de2659c903 to your computer and use it in GitHub Desktop.
three node kafka cluster running on coreos
[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