massakam commented on issue #1921: Simplified authentication wiht Python client lib URL: https://github.com/apache/incubator-pulsar/pull/1921#issuecomment-396188648 > TypeError: No registered converter was able to produce a C++ rvalue of type AuthenticationWrapper from this Python object of type AuthenticationTLS Maybe, `AuthenticationTlsWrapper` and `AuthenticationAthenzWrapper` need to inherit `AuthenticationWrapper` in order to pass the failed test. I think we should fix it as follows: https://gist.github.com/massakam/e5249209f160dc229991fabffa47e395
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
