You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/04/20 08:44:25 UTC

[GitHub] [rocketmq-client-python] ShannonDing commented on issue #87: producer can't send byte string of an image file

ShannonDing commented on issue #87:
URL: https://github.com/apache/rocketmq-client-python/issues/87#issuecomment-616402296


   the py SDK does not support the binary message body.
   maybe you can encode the byte body using base64 encoding before sending and decode it before consuming.
   another way, you can try to add a new API to set a binary message body using a special C API "SetByteMessageBody" instead.


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

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