freeznet opened a new pull request #11087: URL: https://github.com/apache/pulsar/pull/11087
### Motivation Pulsar's python client support define TLS parameters, like `tls_validate_hostname`, but in python functions runtime, it is not been set properly. ### Modifications - get `hostname_verification_enabled` from python instance arguments - pass `hostname_verification_enabled` to pulsar client ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
