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 59a439f commit 3a389ccCopy full SHA for 3a389cc
kafka/producer/base.py
@@ -23,7 +23,7 @@
23
BATCH_SEND_DEFAULT_INTERVAL = 20
24
BATCH_SEND_MSG_COUNT = 20
25
BATCH_RETRY_BACKOFF_MS = 300
26
-BATCH_RETRIES_LIMIT = 5
+BATCH_RETRIES_LIMIT = 0
27
28
STOP_ASYNC_PRODUCER = -1
29
0 commit comments