fast-data-dev icon indicating copy to clipboard operation
fast-data-dev copied to clipboard

Error with WEB_ONLY and kafka-connect-ui

Open konkyri opened this issue 7 years ago • 4 comments

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:

  • kafka-topics-ui
  • schema-registry-ui
  • kafka-topics-ui

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.

konkyri avatar Sep 10 '18 14:09 konkyri

Any advice regarding the cp: cannot stat '/usr/local/share/etc/landoop/supervisord.d/supervisord-web-only.conf error?

arabikar avatar Jan 17 '19 15:01 arabikar

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.

arabikar avatar Jan 17 '19 20:01 arabikar

The same issue here

slavong avatar May 14 '19 08:05 slavong

same issue here @arabikar any alternative way for using existing kafka services and just ui mode

kailashyogeshwar85 avatar May 22 '19 13:05 kailashyogeshwar85