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 2abf2cd commit 2297fa1Copy full SHA for 2297fa1
kafka/consumer/group.py
@@ -132,7 +132,7 @@ class KafkaConsumer(six.Iterator):
132
be disabled in cases seeking extreme performance. Default: True
133
isolation_level (str): Configure KIP-98 transactional consumer by
134
setting to 'read_committed'. This will cause the consumer to
135
- skip records from aborted tranactions. Default: 'read_uncommitted'
+ skip records from aborted transactions. Default: 'read_uncommitted'
136
allow_auto_create_topics (bool): Enable/disable auto topic creation
137
on metadata request. Only available with api_version >= (0, 11).
138
Default: True
0 commit comments