Skip to content

Commit a661060

Browse files
committed
GH-1189: Doc Polishing
Add note about increased duplicates possibility.
1 parent bb35a83 commit a661060

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1277,6 +1277,8 @@ Starting with version 2.8, you can now set the container property `asyncAcks`, w
12771277
The listener container will defer the out-of-order commits until the missing acknowledgments are received.
12781278
The consumer will be paused (no new records delivered) until all the offsets for the previous poll have been committed.
12791279

1280+
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.
1281+
12801282
[[kafka-listener-annotation]]
12811283
===== `@KafkaListener` Annotation
12821284

0 commit comments

Comments
 (0)