From ceb8a99dc90e6a2cfaf601a9dd9683b1b9019fbc Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 11 Dec 2019 09:29:10 -0500 Subject: [PATCH] More docs for missingTopicsFatal: false by default --- src/reference/asciidoc/kafka.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/reference/asciidoc/kafka.adoc b/src/reference/asciidoc/kafka.adoc index 5f1c736d..7093cdbe 100644 --- a/src/reference/asciidoc/kafka.adoc +++ b/src/reference/asciidoc/kafka.adoc @@ -752,7 +752,6 @@ This prevents the container from starting if any of the configured topics are no It does not apply if the container is configured to listen to a topic pattern (regex). Previously, the container threads looped within the `consumer.poll()` method waiting for the topic to appear while logging many messages. Aside from the logs, there was no indication that there was a problem. -To restore the previous behavior, you can set the property to `false`. [[using-ConcurrentMessageListenerContainer]] ====== Using `ConcurrentMessageListenerContainer`