This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/trunk by this push:
new 74909e000a MINOR: Fix wrong configuration in Adding and Removing
Listeners docs (#11992)
74909e000a is described below
commit 74909e000aaab1f0300ae2e918a6fa361e38078e
Author: RivenSun <[email protected]>
AuthorDate: Mon Apr 4 23:27:34 2022 +0800
MINOR: Fix wrong configuration in Adding and Removing Listeners docs
(#11992)
Reviewers: Mickael Maison <[email protected]>
---
docs/configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/configuration.html b/docs/configuration.html
index 0782c83790..ceb671ca75 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -215,7 +215,7 @@
<li><code>listener.security.protocol.map</code></li>
</ul>
Inter-broker listener must be configured using the static broker
configuration <code>inter.broker.listener.name</code>
- or <code>inter.broker.security.protocol</code>.
+ or <code>security.inter.broker.protocol</code>.
<h3 class="anchor-heading"><a id="topicconfigs" class="anchor-link"></a><a
href="#topicconfigs">3.2 Topic-Level Configs</a></h3>