Question
optum
US
Last activity: 26 Jul 2023 17:00 EDT
How to map Avro message to Pega clipboard
Hi Team,
I have successfully configured KAFKA instances, configured data set/data flow to work with kafka topic(consuming messages). Everything looks good ,now I need to map the avro Record and key to clipboard. For this we have been provided with a complicated looking AVRO schema like {key JSON}-{record JSON}. My question is ,
1. If we mention the AVRO schema in data set rule ,how is pega going to map the properties to clipboard.
2. Do we need to manually create classes and properties or is there any wizard to create class structure based on AVRO schema.
3. If we need to manually create classes and properties based on AVRO schema , then how to map the record and key jsons to that data model?
Thanks in advance