diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 29b42b528..26e028bb5 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -342,7 +342,7 @@ Set `resetOffsets` to `true` and `startOffset` to `latest`; the binding will per IMPORTANT: If a rebalance occurs after the initial assignment, the seeks will only be performed on any newly assigned partitions that were not assigned during the initial assignment. -For more control over topic offsets, see <>; when a listener is provided, `resetOffsets: true` is ignored. +For more control over topic offsets, see <>; when a listener is provided, `resetOffsets` should not be set to `true`, otherwise, that will cause an error. ==== Consuming Batches