Skip to content

Commit

Permalink
Fix Missing Topics Fatal Javadoc
Browse files Browse the repository at this point in the history
Default is false.
  • Loading branch information
garyrussell committed Feb 1, 2022
1 parent edf3825 commit babfa51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -639,9 +639,9 @@ public boolean isMissingTopicsFatal() {
}

/**
* 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
* are not present on the broker. Does not apply when topic patterns are configured.
* Default true;
* Default false;
* @param missingTopicsFatal the missingTopicsFatal.
* @since 2.2
*/
Expand Down

0 comments on commit babfa51

Please sign in to comment.