Open 4integration opened 5 years ago
try the following
schema-registry-ui:
image: landoop/schema-registry-ui:latest
container_name: kafka-schema-registry-ui
hostname: kafka-schema-registry-ui
ports:
- "8000:8000"
environment:
SCHEMAREGISTRY_URL: http://kafka-schema-registry:8084/ # <-- this is the difference
PROXY: "true"
ALLOW_GLOBAL: "true"
ALLOW_TRANSITIVE: "true"
ALLOW_DELETION: "true"
depends_on:
- kafka-schema-registry
Hi,
Testing this UI with the docker-compose.yml below but when accessing Schema Registry UI (http://localhost:8000) I get Connectivity Error. Testing Schema Registry on http://localhost:8084/config in a browser I get
{"compatibilityLevel":"BACKWARD"}
docker-compose.yml