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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
