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/05/26 05:34:35 UTC

[GitHub] [pulsar] BewareMyPower commented on issue #15786: [python client] message properties are not round-trippable

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

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