Open boweite opened 5 years ago
https://hub.docker.com/r/kafkamanager/kafka-manager this is one way to do it.
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 https://github.com/disizjay/kafka-manager
I am not getting how to run kafka-manager? bin is not there so.
That's why I've built this repo with bin https://github.com/disizjay/kafka-manager
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.
https://hub.docker.com/r/kafkamanager/kafka-manager this is one way to do it.
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:
When you land into the Docker Hub page you mentioned in the second comment, my first reaction was like, is this legitimate? Redaction is horrible and I was sceptical that the image came from people working with the project. Until I read the commits history and saw your PR in #582 .
There is no mention of kafkamanager/kafka-manager whatsoever on the README. I needed to dig into the Issues section to read this thread and came into account of its existence. Can you please add a section about it in the README? I think that also contributed to me being wary of trying the image out.
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 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.
@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 notifications@github.com 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 https://github.com/yahoo/kafka-manager/issues/653?email_source=notifications&email_token=ACOPCINA3LIIKAIPHH2FQ6LQF44Z7A5CNFSM4HWPZYEKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD463LMQ#issuecomment-524137906, 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.