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

How to setup kafka-connect-healthcheck ? #2

Open
xargs-Pratix opened this issue May 28, 2020 · 2 comments
Open

How to setup kafka-connect-healthcheck ? #2

xargs-Pratix opened this issue May 28, 2020 · 2 comments

Comments

@xargs-Pratix
Copy link

When I run kafka-connect-healthcheck I get "kafka-connect-healthcheck: command not found". How do I fix it?

@devshawn
Copy link
Owner

Hi @xargs-Pratix, did you install it with pip install kafka-connect-healthcheck? It's possible your python path is not setup correctly and thus it does not find the program to run. You could also try pip3 install kafka-connect-healthcheck.

@xargs-Pratix
Copy link
Author

xargs-Pratix commented Jun 4, 2020

@devshawn Thank you! I realized it after seeing your message. I had installed it from my IDE. So I had to uninstall it and then I activated my python virtual env and installed it by pip3 install kafka-connect-healthcheck.
Can this be used as an API as well?

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

2 participants