You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by li...@apache.org on 2020/06/15 03:10:55 UTC

[pulsar] branch Anonymitaet-patch-1 created (now 433014e)

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

liuyu pushed a change to branch Anonymitaet-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


      at 433014e  Add listeners configuration

This branch includes the following new commits:

     new 433014e  Add listeners configuration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[pulsar] 01/01: Add listeners configuration

Posted by li...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch Anonymitaet-patch-1
in repository https://gitbox.apache.org/repos/asf/pulsar.git

commit 433014e7f4fd08e0171b18575699fe470c9f0e74
Author: Yu Liu <50...@users.noreply.github.com>
AuthorDate: Mon Jun 15 11:10:45 2020 +0800

    Add listeners configuration
---
 site2/docs/reference-configuration.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/docs/reference-configuration.md b/site2/docs/reference-configuration.md
index f9642b2..7a57447 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -105,6 +105,8 @@ Pulsar brokers are responsible for handling incoming messages from producers, di
 
 |Name|Description|Default|
 |---|---|---|
+|advertisedListeners|Specify multiple advertised listeners for the broker.<br><br>The format is `<listener_name>:pulsar://<host>:<port>`.<br><br>If there are multiple listeners, separate them with commas.<br><br>**Note**: do not use this configuration with `advertisedAddress` and `brokerServicePort`. If the value of this configuration is empty, the broker uses `advertisedAddress` and `brokerServicePort`|/|
+internalListenerName|Specify the internal listener name for the broker.<br><br>**Note**: the listener name must be contained in `advertisedListeners`.<br><br> If the value of this configuration is empty, the broker uses the first listener as the internal listener.|/|
 |enablePersistentTopics|  Whether persistent topics are enabled on the broker |true|
 |enableNonPersistentTopics| Whether non-persistent topics are enabled on the broker |true|
 |functionsWorkerEnabled|  Whether the Pulsar Functions worker service is enabled in the broker  |false|