We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c2b46 commit c2a23b9Copy full SHA for c2a23b9
kafka/__init__.py
@@ -19,5 +19,5 @@
19
'KafkaClient', 'KafkaConnection', 'SimpleProducer', 'KeyedProducer',
20
'RoundRobinPartitioner', 'HashedPartitioner', 'SimpleConsumer',
21
'MultiProcessConsumer', 'create_message', 'create_gzip_message',
22
- 'create_snappy_message'
+ 'create_snappy_message', 'KafkaConsumer',
23
]
0 commit comments