Skip to content

Commit e12c285

Browse files
committed
Fix docs for missingTopicsFatal: false by default
1 parent 45902a5 commit e12c285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reference/asciidoc/kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ By default, logging of topic offset commits is performed at the `DEBUG` logging
747747
Starting with version 2.1.2, a property in `ContainerProperties` called `commitLogLevel` lets you specify the log level for these messages.
748748
For example, to change the log level to `INFO`, you can use `containerProperties.setCommitLogLevel(LogIfLevelEnabled.Level.INFO);`.
749749

750-
Starting with version 2.2, a new container property called `missingTopicsFatal` has been added (default: `true`).
750+
Starting with version 2.2, a new container property called `missingTopicsFatal` has been added (default: `false` since 2.3.4).
751751
This prevents the container from starting if any of the configured topics are not present on the broker.
752752
It does not apply if the container is configured to listen to a topic pattern (regex).
753753
Previously, the container threads looped within the `consumer.poll()` method waiting for the topic to appear while logging many messages.

0 commit comments

Comments
 (0)