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
Hi,
When doing the docker run with the following command :
docker run -p 8080:8080 --rm kbhargava/kafka-visuals --zookeeper=11.22.33.44:2181 --kafka=11.22.33.44:9092 --env=DEV
...
I have this issue :
(...)
Caused by: co.quisk.karan.kafkavisualizer.util.exception.DefectException: Failed to find app environment with name []. Allowed values are [[DEV, QA, UAT, PROD]].
(...)
Thanks for your help.
Id really like to use your kafka visualizer.
Vincent
The text was updated successfully, but these errors were encountered:
Hi,
When doing the docker run with the following command :
docker run -p 8080:8080 --rm kbhargava/kafka-visuals --zookeeper=11.22.33.44:2181 --kafka=11.22.33.44:9092 --env=DEV
...
I have this issue :
(...)
Caused by: co.quisk.karan.kafkavisualizer.util.exception.DefectException: Failed to find app environment with name []. Allowed values are [[DEV, QA, UAT, PROD]].
(...)
Thanks for your help.
Id really like to use your kafka visualizer.
Vincent
The text was updated successfully, but these errors were encountered: