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/03 08:21:11 UTC

[GitHub] HaraldGustafsson opened a new issue #2708: Python messageId serialize is broken

HaraldGustafsson opened a new issue #2708: Python messageId serialize is broken
URL: https://github.com/apache/pulsar/issues/2708
 
 
   #### Expected behavior
   MessageId object serialize method is broken at least in python 3.7 
   
       pulsar.MessageId.latest.serialize()
   
   Should return a string
   
   #### Actual behavior
   
       >>> pulsar.MessageId.earliest.serialize()
       Traceback (most recent call last):
         File "<stdin>", line 1, in <module>
       UnicodeDecodeError: 'utf-8' codec can't decode byte 0xff in position 1: invalid start byte
   
   #### Steps to reproduce
   
   As above
   
   #### System configuration
   pulsar-client 2.1.0 and Python 3.7
   

----------------------------------------------------------------
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