-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
should provide a bin tar for kafka-manager #653
Comments
https://hub.docker.com/r/kafkamanager/kafka-manager |
Seems to me that adoption/usage/contribution rates would increase if it were actually easier to install and use. Providing a pre-built 'official' docker image and binaries ( zip/tar, etc ) would go a long way towards that. |
I have uploaded the build files, RPM and DEB packages |
I am not getting how to run kafka-manager? bin is not there so. |
That's why I've built this repo with bin |
After Install not able to run bin/kafka-manager its showing command not found. Any different process to Run? |
Go to bin directory and directly run ./kafka-manager |
-rw-rw-r-- 1 abc abc 14826 Jun 23 23:46 kafka-manager Whether need to change permission? because after running your command it is showing command not found |
Provide exec permissions chmod +x kafka-manager |
Thanks, Now working fine. |
Cool. |
First of all, thank you @patelh, @linehrr and any other contributor I missing in this message. Kafka Manager seems like a de-facto OSS monitoring tool for Kafka clusters. Getting to the point, it's awesome you did bring KM into Docker Hub with the project organization. But, there are two points worrying me about it:
Thank you again guys! This is awesome work! I have some question not related to this thread though, I'll open a new issue to discuss them there. |
@jomendoz |
@linehrr
Sure! I won't commit on actually be a maintainer but I can contribute on
redaction. My docker hub handler is the same, jomendoz
…On Thu, Aug 22, 2019, 20:32 linehrr ***@***.***> wrote:
@jomendoz <https://github.com/jomendoz>
thanks for pointing out those issues, and you are right, documentation
indeed needs to be worked on. If you want to make PR to improve README
file, it's very appreciated. and regarding dockerhub, if you like, I can
make you one of the maintainers so we can improve the site together. You
just need to give me your dockerhub username.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#653>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACOPCINBX2MVTPN2WIE5WVTQF44Z7ANCNFSM4HWPZYEA>
.
|
@jomendoz added. |
Kafka-manager should provide the bin package. Like other open source software, it supports direct installation, deployment, and running.
The text was updated successfully, but these errors were encountered: