We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58e2ab4 commit cfbdc05Copy full SHA for cfbdc05
kafka/__init__.py
@@ -10,7 +10,7 @@
10
create_message, create_gzip_message, create_snappy_message
11
)
12
from kafka.producer import SimpleProducer, KeyedProducer
13
-from kafka.partitioner import RoundRobinPartitioner, HashedPartitioner
+from kafka.partitioner import RoundRobinPartitioner, HashedPartitioner, Murmur2Partitioner
14
from kafka.consumer import SimpleConsumer, MultiProcessConsumer, KafkaConsumer
15
16
__all__ = [
0 commit comments