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 2018/10/09 19:16:39 UTC

[GitHub] merlimat opened a new pull request #2750: [python] MessageId.serialize() should return bytes instead of str

merlimat opened a new pull request #2750:  [python] MessageId.serialize() should return bytes instead of str 
URL: https://github.com/apache/pulsar/pull/2750
 
 
   ### Motivation
   
   Fixes #2708
   
   `MessageId.serialize()` is returning a `str` object but it Python 3 that should be a `bytes` object since the the string is not ascii but binary protobuf.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services