Skip to content

Commit

Permalink
GH-2128: More Doc Polishing
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed May 6, 2022
1 parent 80243ed commit c107857
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spring-kafka-docs/src/main/asciidoc/kafka.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -1262,9 +1262,9 @@ When `nack()` is called, offsets will be committed for records before the index
See <<error-handlers>> for more information.

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

[[container-auto-startup]]
====== Listener Container Auto Startup
Expand Down

0 comments on commit c107857

Please sign in to comment.