elodina / scala-kafka

Quick up and running using Scala for Apache Kafka
Apache License 2.0
331 stars 135 forks source link

Fix bug causing random partitions with partition key #23

Closed deanchen closed 9 years ago

deanchen commented 9 years ago

Fixes #22

Array[Byte] does not have the identical hashcode even given identical contents. List[Byte] has the desired hashcode property at the cost of some performance.