Hi! I'm playing with kafka using the following setup:
3 zk nodes ensemble
2 brokers:
* num_partitions:3
* topic.partition.count.map=test-topic:5
My producer connects to brokers using zk.connect. When the producer sends
messages to the "test-topic" topic, the partitions are created on both
b
Hi! I'm playing with kafka 0.7.2 using the following setup:
3 zk nodes ensemble
2 brokers:
* num_partitions:3
* topic.partition.count.map=test-topic:5
My producer connects to brokers using "zk.connect" property. When the
producer sends messages to the "test-topic" topic, the partitions are