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 <[email protected]> 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|
