Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL issue with Confluent Schema Registry #132

Open
javigoncompte opened this issue Feb 8, 2022 · 1 comment
Open

SSL issue with Confluent Schema Registry #132

javigoncompte opened this issue Feb 8, 2022 · 1 comment

Comments

@javigoncompte
Copy link

Can't read from topics or deserialize topics due to SSL connection issues between connector and confluent schema registry. Our custom kafka -> cassandra consumer works using SSL. We are using jks type certificates

Caused by: javax.net.ssl.SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

Caused by: org.apache.kafka.connect.errors.DataException: Failed to deserialize data for topic bookings to Avro: at io.confluent.connect.avro.AvroConverter.toConnectData(AvroConverter.java:107) at org.apache.kafka.connect.storage.Converter.toConnectData(Converter.java:87) at org.apache.kafka.connect.runtime.WorkerSinkTask.convertKey(WorkerSinkTask.java:530) at org.apache.kafka.connect.runtime.WorkerSinkTask.lambda$convertAndTransformRecord$1(WorkerSinkTask.java:493) at org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndRetry(RetryWithToleranceOperator.java:156) at org.apache.kafka.connect.runtime.errors.RetryWithToleranceOperator.execAndHandleError(RetryWithToleranceOperator.java:190) ... 13 more Caused by: org.apache.kafka.common.errors.SerializationException: Error deserializing Avro message for id 13

@OneCricketeer
Copy link

Hello. I'm not sure this issue is related to the Cassandra connector since the Schema Registry deserialization process happens before data arrives to a specific connector task.

Please open an issue with the Confluent Schema Registry github project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants