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 7c750cd commit 37ec943Copy full SHA for 37ec943
kafka/consumer/group.py
@@ -123,7 +123,7 @@ class KafkaConsumer(six.Iterator):
123
be disabled in cases seeking extreme performance. Default: True
124
isolation_level (str): Configure KIP-98 transactional consumer by
125
setting to 'read_committed'. This will cause the consumer to
126
- skip records from aborted tranactions. Default: 'read_uncommitted'
+ skip records from aborted transactions. Default: 'read_uncommitted'
127
allow_auto_create_topics (bool): Enable/disable auto topic creation
128
on metadata request. Only available with api_version >= (0, 11).
129
Default: True
0 commit comments