Skip to content

Commit cfbdc05

Browse files
author
Dana Powers
committed
Add Murmur2Partitioner to kafka __all__ imports - fix issue 471
1 parent 58e2ab4 commit cfbdc05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
create_message, create_gzip_message, create_snappy_message
1111
)
1212
from kafka.producer import SimpleProducer, KeyedProducer
13-
from kafka.partitioner import RoundRobinPartitioner, HashedPartitioner
13+
from kafka.partitioner import RoundRobinPartitioner, HashedPartitioner, Murmur2Partitioner
1414
from kafka.consumer import SimpleConsumer, MultiProcessConsumer, KafkaConsumer
1515

1616
__all__ = [

0 commit comments

Comments
 (0)