You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaProperties.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -882,9 +882,8 @@ public enum Type {
882
882
privateAckModeackMode;
883
883
884
884
/**
885
-
* Support for asynchronous record acknowledgments. Only applies with
886
-
* ContainerProperties.AckMode.MANUAL or
887
-
* ContainerProperties.AckMode.MANUAL_IMMEDIATE.
885
+
* Support for asynchronous record acknowledgements. Only applies when
886
+
* spring.kafka.listener.ack-mode is manual or manual-immediate.
0 commit comments