Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Done
-
None
-
None
-
None
Description
We are looking to 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.
The expected inputs for this operator would be,
1.Class Name of the outgoing POJO
2.Avro schema for the input Generic Record.
This operator would receive a Generic Record on its input port and emit a POJO on the output port.
To start with, we would handle primitive types and then go on to handle complex types.
Thanks,
Dev