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