Can I browse messages which are protobuf encoded? #2899
-
Hi. I have an application that produces protobuf messages to Kafka. I take the messages and serialised them to byte array and publish them to Kafka. When I browse the messages from the Kafka UI it looks as follows: 3 denotes the key I think this is happening due to some encoding issues. I am wondering if there's a way to browse the protobuf encoded messages. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 19 replies
-
Hi, which version are you on? If you're on latest releast (0.4.0), please try |
Beta Was this translation helpful? Give feedback.
-
I have uploaded the protobuf schema to schema registry, but still cannot browse the messages either, I'm on master and schema is in protobuf 2. Is there a way to browse the message with protobuf schema? |
Beta Was this translation helpful? Give feedback.
Hi, which version are you on? If you're on latest releast (0.4.0), please try
master
-labeled docker image first instead. We've implemented serde plugins recently, you can specify which one to use for producing and/or consuming messages.