Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

v2.2.0

Latest
Compare
Choose a tag to compare
@philippgille philippgille released this 04 Feb 15:47
· 2 commits to master since this release
e4fd2cb

This release adds a minimal implementation of the MurmurHash2 hashing algorithm that's used for JVM Kafka client compatible partitioning and in turn removes a dependency that was previously used for this. This enables apps that use felice to upgrade to newer versions of github.com/Shopify/sarama without compile time errors in a transitive dependency. See #67 for more details.