Replies: 1 comment 3 replies
-
I don't think this is an Abris issue, rather some ssl configuration problem. Googling the exception got me this: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to connect to the schema registry in order to deserialize avro format. I'm using spark 2.4.7 with scala_2.11.
Here's my schema registry configuration:
and I'm getting this error:
here's some dependencies in my pom.xml:
I also set the spark.driver.extraJavaOptions=-Djavax.net.ssl.trustStore... in my spark configurations.
Thanks for your help !!
Beta Was this translation helpful? Give feedback.
All reactions