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 2020/06/18 01:36:26 UTC

[GitHub] [pulsar] sijie commented on issue #7284: Why websocket clients consumer message must encode data in base64?

sijie commented on issue #7284:
URL: https://github.com/apache/pulsar/issues/7284#issuecomment-645716146


   @TinDang97 HTTP protocol is a text-oriented protocol. If you want to send raw bytes over WebSocket port, you need to make sure the raw data is encoded using base64 otherwise you will hit deserialization issues.


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