I was going through the producer api listed here: https://pulsar.apache.org/docs/en/client-libraries-websocket/#producer-endpoint
It looks like the message payload can only be BASE64 encoded. What if my message payload is in avro format? Is there a way to use websocket api to send such a message. Thanks Sachin