You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/11/30 20:17:54 UTC

[kafka-site] branch asf-site updated: Add closing tag

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/kafka-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 702e2c9  Add closing tag
702e2c9 is described below

commit 702e2c906b97ff239413227373e167e3591daff8
Author: Bill Bejeck <bb...@gmail.com>
AuthorDate: Mon Nov 30 15:16:22 2020 -0500

    Add closing tag
---
 27/generated/kafka_config.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/27/generated/kafka_config.html b/27/generated/kafka_config.html
index 3df9adb..5ea5a48 100644
--- a/27/generated/kafka_config.html
+++ b/27/generated/kafka_config.html
@@ -155,7 +155,7 @@
 </li>
 <li>
 <h4><a id="listeners"></a><a id="brokerconfigs_listeners" href="#brokerconfigs_listeners">listeners</a></h4>
-<p>Listener List - Comma-separated list of URIs we will listen on and the listener names. If the listener name is not a security protocol, <code>listener.security.protocol.map<code> must also be set.<br> Listener names and port numbers must be unique.<br> Specify hostname as 0.0.0.0 to bind to all interfaces.<br> Leave hostname empty to bind to default interface.<br> Examples of legal listener lists:<br> PLAINTEXT://myhost:9092,SSL://:9091<br> CLIENT://0.0.0.0:9092,REPLICATION://localhos [...]
+<p>Listener List - Comma-separated list of URIs we will listen on and the listener names. If the listener name is not a security protocol, <code>listener.security.protocol.map</code> must also be set.<br> Listener names and port numbers must be unique.<br> Specify hostname as 0.0.0.0 to bind to all interfaces.<br> Leave hostname empty to bind to default interface.<br> Examples of legal listener lists:<br> PLAINTEXT://myhost:9092,SSL://:9091<br> CLIENT://0.0.0.0:9092,REPLICATION://localho [...]
 <table><tbody>
 <tr><th>Type:</th><td>string</td></tr>
 <tr><th>Default:</th><td>null</td></tr>