We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13490fa commit 8f82017Copy full SHA for 8f82017
kafka/producer/kafka.py
@@ -295,7 +295,7 @@ class KafkaProducer(object):
295
'sock_chunk_bytes': 4096, # undocumented experimental option
296
'sock_chunk_buffer_count': 1000, # undocumented experimental option
297
'reconnect_backoff_ms': 50,
298
- 'reconnect_backoff_max': 1000,
+ 'reconnect_backoff_max_ms': 1000,
299
'max_in_flight_requests_per_connection': 5,
300
'security_protocol': 'PLAINTEXT',
301
'ssl_context': None,
0 commit comments