Kafka message with same key to be distributed equally among 2 partitions
I want to distribute kafka messages with the same key equally among 2 partitions. I have
the following code.
I want to distribute kafka messages with the same key equally among 2 partitions. I have
the following code.