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:
Satyaprakash Bommaraju 2021-01-12 12:30:47 -06:00 committed by GitHub
parent 211fd6c311
commit 782e29ce53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,2 @@
KAFKA_REST_PROXY_URL="http://kafkarestproxy:8082/" KAFKA_REST_PROXY_URL="http://kafka-rest-proxy:8082/"
PROXY="true" PROXY="true"