Encoded payloads: Is it possible with Avro Serializer to Save encoded messages in Kafka when sending it using AvroSerialize and doing the opposite when reading with Deserializer #288
Unanswered
1sumitkumar
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I think the confluent cloud shows the message unserialized by default. Not sure if you can change that. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently I am using Avro Serializer and Deserializer and I am sending the Message object which is showing in the kafka cloud like below but I want the message/object shown here to be encoded . Example something like "0000000001084a6f686e06446f6554"
. Can someone please help?
Beta Was this translation helpful? Give feedback.
All reactions