Question
2
Replies
54
Views
Commonwealth Bank of Australia
Posted: April 28, 2020
Last activity: May 4, 2020
How does multiple Keys for Avro Deserialization for Pega KAFKA ?
Hi,
The ability to do AVRO Serialization and Deserialization for t-Key currently is not available in PEGA KAFKA. The schema parser only applies to the t-Value. With that, the current consumers will fail since it expects to de-serialize the key AVRO format.
Since Pega also provides a way to specify multiple Partition key(s), how would t-Key AVRO SeDer works?
Please let me know how can we mention multiple keys if the Avro Key is expecting multiple keys.
Thanks,
KC
To clarify, have you already implemented a custom deserializer for AVRO? That is required, see links: https://collaborate.pega.com/discussion/implementation-apache-kafka%C2%AE-apache-avro-serialization-pega
https://collaborate.pega.com/discussion/kafka-custom-serializerdeserializer-implementation