Skip to content

Commit 772d0ae

Browse files
authored
Improve Documentation: no nack() with asyncAck (#2905)
1 parent 581d344 commit 772d0ae

File tree

1 file changed

+2
-0
lines changed
  • spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages

1 file changed

+2
-0
lines changed

spring-kafka-docs/src/main/antora/modules/ROOT/pages/kafka/receiving-messages/ooo-commits.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ The consumer will be paused (no new records delivered) until all the offsets for
99

1010
IMPORTANT: While this feature allows applications to process records asynchronously, it should be understood that it increases the possibility of duplicate deliveries after a failure.
1111

12+
IMPORTANT: When `asyncAcks` is activated, it is not possible to use `nack()` (negative acknowledgments) when xref:kafka/receiving-messages/message-listener-container.adoc#committing-offsets[Committing Offsets].
13+

0 commit comments

Comments
 (0)