-
Notifications
You must be signed in to change notification settings - Fork 113
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
Connectivity error with schema registry 5.2.1 #88
Comments
+1 |
3 similar comments
+1 |
+1 |
+1 |
The solution is to edit and add 2 lines in the schema registry properties
Add the following 2 lines
And then start via |
Hi, I am hosting the schema-registry which the version of image is also 5.2.1 on kubernetes deployed by helm chart, and I have tried to host a schema-registry-ui by helm chart with the following command:
However, the ui returned CONNECTIVITY ERROR after starting up. Also, I have tried to enable the CORS and downgrade the image version to 5.0.2, but the ui still cannot connect to schema-registry. Is there any solution or suggestion of this trouble? |
HI, did anyone find a workaround? Is this project still maintained? |
In a container, you'd use the following environment variables
|
Same error for me with Kafka 5.3.1 and lastest schema-registry-ui (0.9.5). Docker compose with settings suggered by @Cricket007 :
http://schema-registry:8081 or http://localhost:8081 => same error. |
I think you're missing the proxy setting The property value from the UI container should not be localhost |
My bad ! Thank you very much @Cricket007 . It works ! |
I was trying to run schema-registry & schema-registry-ui locally, and the |
The ENV |
I'm trying to connect to schema registry ui but I cannot.
I'm using the schema registry provided by the confluent cli (https://docs.confluent.io/current/cli/index.html).
I have tried with docker with the following command
docker run --rm -p 8000:8000 -e "SCHEMEGISTRY_URL=http://localhost:8081" --network host landoop/schema-registry-ui
and with compiled code
The env.js file for the compiled code is the following:
In both cases, the result is the same connectivity error.
I have tried to register a new schema with the curl command generated by the ui and the message has been the following
However I have register a schema with the following command:
The text was updated successfully, but these errors were encountered: