diff options
Diffstat (limited to 'kafka/producer/base.py')
-rw-r--r-- | kafka/producer/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/producer/base.py b/kafka/producer/base.py index 8471818..30b6fd7 100644 --- a/kafka/producer/base.py +++ b/kafka/producer/base.py @@ -104,7 +104,7 @@ def _send_upstream(queue, client, codec, batch_time, batch_size, msgset = defaultdict(list) # Merging messages will require a bit more work to manage correctly - # for now, dont look for new batches if we have old ones to retry + # for now, don't look for new batches if we have old ones to retry if request_tries: count = 0 log.debug('Skipping new batch collection to handle retries') |