Kafka via Avro Schema
Hi All,
We use Kafka via Avro schema format; the connectivity in the Kafka connection and data set is successful, but when we run the data set, the Kafka table has the following exceptions:
Caused by: com.pega.dsm.dnode.api.ExceptionWithInputRecord: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id 434<CR> Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id 434<CR> Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target<CR>
I see a similar question in the Support Center:
https://support.pega.com/question/kafka-data-avro-schema
and the solution is: The certificate needs to be uploaded to the app server truststore JKS file.
Does anyone know where to set the certificate for the schema registry server, or is there any suggestion to resolve this issue?
Thank you.
***Edited by Moderator Marije to add BUG fix***