spring-cloud-stream-samples icon indicating copy to clipboard operation
spring-cloud-stream-samples copied to clipboard

Create a sample that demonstrates Protobuf message conversion

Open vishaldhanani opened this issue 4 years ago • 0 comments

Hello,

I am creating a simple "Hello World" Kafka Streaming application. My Producer is producing protobuf serialize messages to one topic and I'm using that topic in Kafka Streaming application to consumer messages. I'm trying to deserialize messages using (valueSerde: io.confluent.kafka.streams.serdes.protobuf.KafkaProtobufSerde) in my application.yml file. I don't find any proper example for KafkaProtobufSerde to serialize/deserialize in the Kafka stream. Can you implement a sample example with proper binding so I can get more clarification.

If you need any other information then please let me know!

Thank you so much!

vishaldhanani avatar Jul 27 '21 19:07 vishaldhanani