Hi, I’m trying to write avro encoded messages using Kafka write in java adhering to a confluent schema registry. Currently I’m having a difficulty to find proper value serializer for that. I used my custom serializer but it ain’t serialized properly.
If anyone have a working example of writing avro encoded messages to confluent Kafka topic which has a schema, it would be really great! Thanks in advance Regards, Anjana
