Hi, I am working on developing a record converter which would take a POJO as an input and emit a Generic record as the output based on the given Avro schema.
JIRA : https://issues.apache.org/jira/browse/APEXMALHAR-2011 Additionally, I would develop a record converter which would take an Avro Generic record as an input and emit a POJO as per the user's use-case. JIRA : https://issues.apache.org/jira/browse/APEXMALHAR-2012 To start with, we would handle primitive types and then go on to handle complex types. Thanks, Dev
