Skip to content

Commit 32840cb

Browse files
author
Gabriel Tincu
committed
Update docstring
1 parent 016b8c9 commit 32840cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kafka/producer/sender.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def _complete_batch(self, batch, error, base_offset, timestamp_ms=None, log_star
227227
base_offset (int): The base offset assigned to the records if successful
228228
timestamp_ms (int, optional): The timestamp returned by the broker for this batch
229229
log_start_offset (int): The start offset of the log at the time this produce response was created
230+
global_error (Exception): The summarising error message
230231
"""
231232
# Standardize no-error to None
232233
if error is Errors.NoError:

0 commit comments

Comments
 (0)