From 9e156911b4a299eb6b00117f940ee352e468d87f Mon Sep 17 00:00:00 2001 From: Matthieu Ghilain Date: Tue, 26 Mar 2019 14:48:41 +0100 Subject: [PATCH] Fixing typo in documentation Resolves #619 --- README.adoc | 4 ++-- docs/src/main/asciidoc/overview.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 4784d29db..fe27642c9 100644 --- a/README.adoc +++ b/README.adoc @@ -132,7 +132,7 @@ If set to `true`, the binder creates new topics automatically. If set to `false`, the binder relies on the topics being already configured. In the latter case, if the topics do not exist, the binder fails to start. + -NOTE: This setting is independent of the `auto.topic.create.enable` setting of the broker and does not influence it. +NOTE: This setting is independent of the `auto.create.topics.enable` setting of the broker and does not influence it. If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. + Default: `true`. @@ -731,4 +731,4 @@ added after the original pull request but before a merge. if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit message (where XXXX is the issue number). -// ====================================================================================== \ No newline at end of file +// ====================================================================================== diff --git a/docs/src/main/asciidoc/overview.adoc b/docs/src/main/asciidoc/overview.adoc index 41cf805cd..e43465ee9 100644 --- a/docs/src/main/asciidoc/overview.adoc +++ b/docs/src/main/asciidoc/overview.adoc @@ -112,7 +112,7 @@ If set to `true`, the binder creates new topics automatically. If set to `false`, the binder relies on the topics being already configured. In the latter case, if the topics do not exist, the binder fails to start. + -NOTE: This setting is independent of the `auto.topic.create.enable` setting of the broker and does not influence it. +NOTE: This setting is independent of the `auto.create.topics.enable` setting of the broker and does not influence it. If the server is set to auto-create topics, they may be created as part of the metadata retrieval request, with default broker settings. + Default: `true`.