August 2017
Beginner to intermediate
278 pages
6h 40m
English
In Kafka, the producer is responsible for sending data to the partition of the topic for which it is producing data.
The hash value is generally calculated by the message key that we provide when writing the message to a Kafka topic. The message with a null key will be distributed in a round-robin fashion across partitions to ensure even distribution of messages. In Kafka, each partition has a leader and each read write request goes through the leader only. So a request ...
Read now
Unlock full access