More docs for missingTopicsFatal: false by default

This commit is contained in:
Gary Russell
2019-12-11 09:29:10 -05:00
parent e12c2856f4
commit ceb8a99dc9

View File

@@ -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`