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/04/02 08:26:07 UTC

[pulsar.wiki] branch master updated: Updated PIP 61: Advertised multiple addresses (markdown)

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.wiki.git


The following commit(s) were added to refs/heads/master by this push:
     new a24e0ca  Updated PIP 61: Advertised multiple addresses (markdown)
a24e0ca is described below

commit a24e0ca8d977d76a8272058709fd5dd612bd61a7
Author: lipenghui <pe...@apache.org>
AuthorDate: Thu Apr 2 16:26:02 2020 +0800

    Updated PIP 61: Advertised multiple addresses (markdown)
---
 PIP-61:-Advertised-multiple-addresses.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/PIP-61:-Advertised-multiple-addresses.md b/PIP-61:-Advertised-multiple-addresses.md
index 2c7dd68..8d44995 100644
--- a/PIP-61:-Advertised-multiple-addresses.md
+++ b/PIP-61:-Advertised-multiple-addresses.md
@@ -42,7 +42,7 @@ Users can specify the `internalListenerName` by choosing one of the `advertisedL
 
 ### Changes
 
-**1. Add two configurations in the broker.conf**
+1. Add two configurations in the broker.conf
 
 ```
 # Used to specify multiple advertised listeners for the broker. 
@@ -58,9 +58,9 @@ advertisedListeners=
 internalListenerName=
 ```
 
-**2. Use internal listener as the broker identifier in the load manager**
-**3. Use internal listener as the broker identifier in the bundle owner data**
-**4. Lookup changes**
+2. Use internal listener as the broker identifier in the load manager
+3. Use internal listener as the broker identifier in the bundle owner data
+4. Lookup changes
 
 The pulsar broker returns the right listener for a given topic according to the advertised listener name which the client uses. So we need to add a new field to the CommandLookupTopic: