-
Notifications
You must be signed in to change notification settings - Fork 61
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
Unable to load schema config from SR #2750
Comments
@jpuffen I have never encountered this before. |
@muralibasani schema.compatibility.level is set to the default, backward. The subject is set to none. Let me know if there's any additional logs or config I can provide that might help. |
@jpuffen the NPE you see here is ok, because there is no schema level compatibility. |
@muralibasani I have created a new subject with the compatibility set to backward on the schema level and I am still receiving the same error. I was wondering if perhaps the 302 response (from my http to https redirect) when calling https://schemaregistry.redacted.com/config is causing an issue? I'm getting this error whenever I try to create a schema through klaw, view a schema on a topic, or import schemas from a cluster. However, the check cluster status returns successful. |
@jpuffen were you able to debug this locally ? |
What happened?
My Confluent Schema Registry is configured to use https. I had to enable a redirect from 80 to 443 on the SR host url to get Klaw to successfully test the connection to the cluster. I am seeing error messages when trying to view the config of a schema on a topic. There are also no schemas listed for import when trying to sync (but this does not produce any errors in the logs that I can see).
Running the same calls made by Klaw using curl works as expected.
Error message when trying to view an imported topic with an existing schema is below.
What did you expect to happen?
Schema data loads successfully
What else do we need to know?
The text was updated successfully, but these errors were encountered: