Skip to content

Commit d36b63d

Browse files
committed
Polish "Add a configuration property for Kafka's async acks"
See gh-30776
1 parent 52c3f1c commit d36b63d

File tree

1 file changed

+2
-3
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka

1 file changed

+2
-3
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/kafka/KafkaProperties.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -882,9 +882,8 @@ public enum Type {
882882
private AckMode ackMode;
883883

884884
/**
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.
888887
*/
889888
private Boolean asyncAcks;
890889

0 commit comments

Comments
 (0)