Skip to content

Commit 550b718

Browse files
committed
Fix Missing Topics Fatal Javadoc
Default is false.
1 parent 9722b84 commit 550b718

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -639,9 +639,9 @@ public boolean isMissingTopicsFatal() {
639639
}
640640

641641
/**
642-
* Set to false to allow the container to start even if any of the configured topics
642+
* Set to true to prevent the container from starting if any of the configured topics
643643
* are not present on the broker. Does not apply when topic patterns are configured.
644-
* Default true;
644+
* Default false;
645645
* @param missingTopicsFatal the missingTopicsFatal.
646646
* @since 2.2
647647
*/

0 commit comments

Comments
 (0)