jafka icon indicating copy to clipboard operation
jafka copied to clipboard

Looking for sample example on Message Partition and distribution

Open vishponnuru opened this issue 12 years ago • 1 comments

Hello,

I am in process of evaluating the Apache Kafka/JafKa message broker, looking for simple message distribution and partition example. The goal is to distribute messages equally across all the brokers in a cluster.

Thank you, Vish

vishponnuru avatar Sep 14 '12 04:09 vishponnuru

Hello,vishponnuru

If you don't specify the broker-partition by configuration(partitioner.class), the producer will choose a broker-partition randomly which means the messages will be distributed equally to all the brokers.

rockybean avatar Sep 21 '12 14:09 rockybean