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 c7e3451 commit 419b32bCopy full SHA for 419b32b
kafka/producer/kafka.py
@@ -274,7 +274,7 @@ def __init__(self, **configs):
274
if self.config['acks'] == 'all':
275
self.config['acks'] = -1
276
277
- self.client = self.config['client'] or KafkaClient(**self.config)
+ client = self.config['client'] or KafkaClient(**self.config)
278
279
# Check Broker Version if not set explicitly
280
if self.config['api_version'] == 'auto':
0 commit comments