jafka
jafka copied to clipboard
Looking for sample example on Message Partition and distribution
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
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.