Kafka + confluent schema registry Avro parsing
Posted by
Madhukar Thota on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Kafka-confluent-schema-registry-Avro-parsing-tp3578.html
Hi
I am very new to Avro. Currently I am using confluent Kafka version and I am able to write an Avro message to Kafka by storing schema in schema registry. Now I need to consume those messages using Flink Kafka Consumer and having a hard time to deserialize the messages.
I am looking for an example on how to deserialize Avro message where schema is stored in schema registry.
Any help is appreciated. Thanks in Advance.
Thanks,
Madhu