You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2020/06/16 01:02:08 UTC

[pulsar] branch master updated: Add advertised multiple listeners configurations (#7274)

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

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 168e334  Add advertised multiple listeners configurations (#7274)
168e334 is described below

commit 168e3340ea11e73eed3b04fe63f4bc0f248f3929
Author: Yu Liu <50...@users.noreply.github.com>
AuthorDate: Tue Jun 16 09:01:56 2020 +0800

    Add advertised multiple listeners configurations (#7274)
    
    Add advertised multiple listeners configurations #7274
---
 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 df0731a..900e4df 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|