You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using nginx and had put kafka-topics-ui under subPath.
I'm not sure what you are using, but it could be far easier to introduce $KAFKA_REST in the run.sh instead of $EXPERIMENTAL_PROXY_URL pls. Now I'm overriding your whole run.sh!
It's a bad coding practice to use the same $KAFKA_REST_PROXY_URL first with a configured value and override in the script later on.
The text was updated successfully, but these errors were encountered:
fssrepository
changed the title
KAFKA_REST problem
KAFKA_REST problem EXPERIMENTAL_PROXY_URL
Feb 24, 2020
Hey @fssrepository, thanks for the suggestion. I am not entirely sure of what you are suggesting there. Would you like to submit a PR for further iteration?
I'm using nginx and had put kafka-topics-ui under subPath.
I'm not sure what you are using, but it could be far easier to introduce $KAFKA_REST in the run.sh instead of $EXPERIMENTAL_PROXY_URL pls. Now I'm overriding your whole run.sh!
It's a bad coding practice to use the same $KAFKA_REST_PROXY_URL first with a configured value and override in the script later on.
The text was updated successfully, but these errors were encountered: