Question
JP Morgan Chase
IN
Last activity: 25 Jul 2023 9:08 EDT
Using AVRO Schema to map KAFKA Stream to clipboard
Hi Team,
I have successfully configured KAFKA instances, configured data set/data flow to work with a test topic(consuming messages). Everything looks good ,now I need to implement the same against our actual topic ,for this we have been provided with a complicated looking AVRO schema. 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 what is the advantage of using AVRO schema v/s JSON (Data Format)