write_kafka: ensure key is properly hashed to select partition
authorVincent Bernat <vincent@bernat.im>
Wed, 15 Jun 2016 07:53:07 +0000 (09:53 +0200)
committerVincent Bernat <vincent@bernat.im>
Wed, 15 Jun 2016 07:54:09 +0000 (09:54 +0200)
Otherwise, partition is selected solely on the first letter of the
key. If all your hosts are starting with the same letter, everything
ends up in a single partition.


No differences found