Skip to content

Removed dependency of murmurhash2

Latest
Compare
Choose a tag to compare
@ifnesi ifnesi released this 09 Jun 11:15
· 3 commits to main since this release

With confluent_kafka 2.1.1, the producer property partitioner is exposed on librdkafka.
With that, we can remove the dependency of the murmurhash2 lib, instead we will use librdkafka's

IMPORTANT: If you are upgrading to this new version, please run python3 -m pip install -r requirements.txt --upgrade