We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9722b84 commit 550b718Copy full SHA for 550b718
spring-kafka/src/main/java/org/springframework/kafka/listener/ContainerProperties.java
@@ -639,9 +639,9 @@ public boolean isMissingTopicsFatal() {
639
}
640
641
/**
642
- * Set to false to allow the container to start even if any of the configured topics
+ * Set to true to prevent the container from starting if any of the configured topics
643
* are not present on the broker. Does not apply when topic patterns are configured.
644
- * Default true;
+ * Default false;
645
* @param missingTopicsFatal the missingTopicsFatal.
646
* @since 2.2
647
*/
0 commit comments