Commit 2cb40fe
committed
Add ackMode attribute to @KafkaListener annotation
This commit introduces a new ackMode attribute to the @KafkaListener
annotation, enabling per-listener acknowledgment mode configuration.
This allows developers to override the container factory's default
ackMode on a per-listener basis.
The ackMode attribute accepts string values corresponding to
ContainerProperties.AckMode enum values (e.g., "RECORD", "BATCH",
"MANUAL", "MANUAL_IMMEDIATE").
Signed-off-by: Go BeomJun <alap_u@naver.com>1 parent 61eb968 commit 2cb40fe
File tree
1 file changed
+1
-1
lines changed- spring-kafka/src/main/java/org/springframework/kafka/annotation
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
0 commit comments