liudezhi2098 opened a new issue, #15325:
URL: https://github.com/apache/pulsar/issues/15325

   **Is your enhancement request related to a problem? Please describe.**
   no listenerName parameter settings in   create client , when  set 
advertisedListeners parameter
   
   ```
   class Client:
       def __init__(self, service_url,
                    authentication=None,
                    operation_timeout_seconds=30,
                    io_threads=1,
                    message_listener_threads=1,
                    concurrent_lookup_requests=50000,
                    log_conf_file_path=None,
                    use_tls=False,
                    tls_trust_certs_file_path=None,
                    tls_allow_insecure_connection=False,
                    tls_validate_hostname=False,
                    logger=None,
                    connection_timeout_ms=10000,
                    ):
   ```
   
   **Describe the solution you'd like**
   add listenerName parameter
   
   


-- 
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]

Reply via email to