Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error with WEB_ONLY and kafka-connect-ui #81

Open
KonKyri opened this issue Sep 10, 2018 · 4 comments
Open

Error with WEB_ONLY and kafka-connect-ui #81

KonKyri opened this issue Sep 10, 2018 · 4 comments

Comments

@KonKyri
Copy link

KonKyri commented Sep 10, 2018

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.

@arabikar
Copy link

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

@arabikar
Copy link

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
Copy link

slavong commented May 14, 2019

The same issue here

@kailashyogeshwar85
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants