BewareMyPower commented on issue #15786: URL: https://github.com/apache/pulsar/issues/15786#issuecomment-1138171301
I don't look into the Python code at the moment, but I think the keys and values should be `str`. The Java client also requires the key and value of a property being a `String`. While in C++, the `std::string` is just a sequence of ASCII characters. We should handle the encode and decode at Python client side. -- 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]
