You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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?
When I run kafka-connect-healthcheck I get "kafka-connect-healthcheck: command not found". How do I fix it?
The text was updated successfully, but these errors were encountered: