Skip to content

Commit 513c527

Browse files
committed
Returned default behaviour with no retries
1 parent bc9f451 commit 513c527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka/producer/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
BATCH_SEND_DEFAULT_INTERVAL = 20
2525
BATCH_SEND_MSG_COUNT = 20
2626
BATCH_RETRY_BACKOFF_MS = 300
27-
BATCH_RETRIES_LIMIT = 5
27+
BATCH_RETRIES_LIMIT = 0
2828

2929
STOP_ASYNC_PRODUCER = -1
3030

0 commit comments

Comments
 (0)