Skip to content

Commit bbab137

Browse files
committed
(fix) read me
1 parent 963d9fc commit bbab137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Next, we need to choose the type of consumer to use. We have five kinds of consu
4444

4545
commit policy | description
4646
------ | ------------
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.
4848
sync commit | Commit offsets synchronously only when all the fetched records have been processed.
4949
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.
5050
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

Comments
 (0)