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: src/reference/asciidoc/kafka.adoc
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2300,7 +2300,8 @@ The default executor creates threads named `<name>-C-n`; with the `KafkaMessageL
2300
2300
This does not functionally affect the consumer but some users have expressed concern that the "lag" is non-zero.
2301
2301
Set this property to `true` and the container will correct such mis-reported offsets.
2302
2302
The check is performed before the next poll to avoid adding significant complexity to the commit processing.
2303
-
The lag will only be corrected if the consumer is configured with `isolation.level=read_committed`.
2303
+
At the time of writing, the lag will only be corrected if the consumer is configured with `isolation.level=read_committed` and `max.poll.records` is greater than 1.
2304
+
See https://issues.apache.org/jira/browse/KAFKA-10683[KAFKA-10683] for more information.
0 commit comments