Skip to content

Commit 731af32

Browse files
committed
GH-2128: More Doc Polishing
1 parent df4e0aa commit 731af32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1262,9 +1262,9 @@ When `nack()` is called, offsets will be committed for records before the index
12621262
See <<error-handlers>> for more information.
12631263

12641264
IMPORTANT: The consumer is paused during the sleep so that we continue to poll the broker to keep the consumer alive.
1265-
The actual sleep time, and its resolution depends on the container's `maxPollInterval` which defaults to 5 seconds.
1266-
The minimum sleep time is equal to the `maxPollInterval` and all sleep times will be a multiple of it.
1267-
For small sleep times, consider reducing the container's `maxPollInterval`.
1265+
The actual sleep time, and its resolution, depends on the container's `pollTimeout` which defaults to 5 seconds.
1266+
The minimum sleep time is equal to the `pollTimeout` and all sleep times will be a multiple of it.
1267+
For small sleep times or, to increase its accuracy, consider reducing the container's `pollTimeout`.
12681268

12691269
[[container-auto-startup]]
12701270
====== Listener Container Auto Startup

0 commit comments

Comments
 (0)