mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-14 20:26:53 +00:00
Fix for Kafka-UI Connectivity Error with Kafka-Rest Proxy (#2053)
Fixes error when acessing http://localhost:18000 where the Kafka-UI was unable to connect to Rest Proxy
This commit is contained in:
parent
211fd6c311
commit
782e29ce53
2
docker/kafka-topics-ui/env/docker.env
vendored
2
docker/kafka-topics-ui/env/docker.env
vendored
@ -1,2 +1,2 @@
|
||||
KAFKA_REST_PROXY_URL="http://kafkarestproxy:8082/"
|
||||
KAFKA_REST_PROXY_URL="http://kafka-rest-proxy:8082/"
|
||||
PROXY="true"
|
||||
|
Loading…
x
Reference in New Issue
Block a user