we have a requirement to decrypt a message being received from kafka topic and deserialise it using Avro schema. I need to know the input property to the custom java class where the message would reside to decrypt it and feed to Avro schema for deseralisation.
This document has alot of information for Avro, just in case you haven’t already seen it Configuring an Avro schema for a Kafka Data Set
1 Like