Question
Rabobank Australia Ltd
AU
Last activity: 7 Dec 2020 11:17 EST
Issue with Property Mapping
As part of our application requirement, we are converting the Pega page structure in to a AVRO Schema format to connect with KAFKA Cluster.
But, when we are trying to do so, we have identified serialization error due to a mapping issue with Pega Property named "Code" defined in the @baseclass unable to be map to "code" field (defined in AVRO Schema definition).
To handle this, we tried creating another property with name "code", but as per the Pega default behaviour, it is not allowing us to do so. We have also tried using the Property Qualifier option available in the property-Advanced tab. But there was no difference.
Is there a way this can be handled with in pega to overcome this mapping issue ?