You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Next, we need to choose the type of consumer to use. We have five kinds of consu
44
44
45
45
commit policy | description
46
46
------ | ------------
47
-
automatic commit | Commit offsets of records consumed from kafka automatically in a fixed interval.
47
+
automatic commit | Commit offsets of records fetched from kafka automatically in a fixed interval.
48
48
sync commit | Commit offsets synchronously only when all the fetched records have been processed.
49
49
async commit | Commit offsets asynchronously only when all the fetched records have been processed. If there are too many pending async commit requests or the last async commit request was failed, it'll switch to synchronous mode to commit synchronously and switch back when the next synchoronous commit success.
50
50
partial sync commit | Whenever there is a processed consumer record, only those records that have already been processed are committed synchronously, leaving the ones that have not been processed yet to be committed.
0 commit comments