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/26 03:49:35 UTC

[GitHub] [pulsar] liudezhi2098 opened a new issue, #15325: [python client] no listenerName parameter settings in create client

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: commits-unsubscribe@pulsar.apache.org.apache.org

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


[GitHub] [pulsar] liudezhi2098 closed issue #15325: [python client] no listenerName parameter settings in create client

Posted by GitBox <gi...@apache.org>.
liudezhi2098 closed issue #15325: [python client]   no listenerName parameter settings in   create client 
URL: https://github.com/apache/pulsar/issues/15325


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