lensesio / fast-data-dev

Kafka Docker for development. Kafka, Zookeeper, Schema Registry, Kafka-Connect, , 20+ connectors
https://lenses.io
Apache License 2.0
2.02k stars 333 forks source link

Error with WEB_ONLY and kafka-connect-ui #81

Open KonKyri opened 6 years ago

KonKyri commented 6 years ago

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.

arabikar commented 5 years ago

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

arabikar commented 5 years ago

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.

slavong commented 5 years ago

The same issue here

kailashyogeshwar85 commented 5 years ago

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