This repository has been archived by the owner on Jun 23, 2023. It is now read-only.
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.