You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/04/29 08:25:20 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #15386: [DOC] add examples for creates a Python Client use a listener_name

momo-jun commented on code in PR #15386:
URL: https://github.com/apache/pulsar/pull/15386#discussion_r861570535


##########
site2/docs/client-libraries-python.md:
##########
@@ -167,6 +167,17 @@ while True:
 client.close()
 ```
 
+### Use listener_name
+To ensure clients in both internal and external networks can connect to a Pulsar cluster, Pulsar introduces [advertisedListeners](concepts-multiple-advertised-listeners.md).
+
+The following example creates a Python Client use a listener_name:

Review Comment:
   ```suggestion
   The following example creates a Python client using multiple advertised listeners:
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org