Open KonKyri opened 6 years ago
Any advice regarding the cp: cannot stat '/usr/local/share/etc/landoop/supervisord.d/supervisord-web-only.conf error?
Running the separate ui containers (topics, connect,schema) separately doesn't provide the same behaviour as the full UI in the fastdata dev. The main page is not there, logs, etc.. Also the ability to jump in between the apps.
The same issue here
same issue here @arabikar any alternative way for using existing kafka services and just ui mode
Through docker containers, I have established the zookeper and a wurstmeister kafka server locally in my PC.I wanted to run the Landoop front end with the WEB_ONLY parameter. More specifically, i run:
docker run --rm -it --net=host -e WEB_ONLY=true landoop/fast-data-dev
but i got the error:cp: cannot stat '/usr/local/share/etc/landoop/supervisord.d/supervisord-web-only.conf': No such file or directory
So, i decided to use the other images:For the kafka-topics-ui, i tried:
docker run --rm -it --net=host WEB_ONLY=true landoop/kafka-connect-ui
but the Connect UI returns a connectivity error.
I even tried:
docker run --rm -it -p 8000:8000 -e "CONNECT_URL=http://192.168.122.1:9092" landoop/kafka-connect-ui
but still the connectivity problem occurs.
Any advice is welcome.