Support other commands to start and stop kafka
simplesteph opened this issue · 2 comments
simplesteph commented
For my setup, I have kafka running within Docker, so stopping and starting kafka isn't as straightforward as sudo service kafka stop
.
I'm going to submit a PR to support other options to start and stop kafka. This is not dangerous in my opinion, because it the power user already has ssh access to the Kafka Host.
ecanzonieri commented
I think this is a valid use case. Feel free to post a pr.
…On Thu, Aug 31, 2017 at 11:15 AM Stephane Maarek ***@***.***> wrote:
For my setup, I have kafka running within Docker, so stopping and starting
kafka isn't as straightforward as sudo service kafka stop.
I'm going to submit a PR to support other options to start and stop kafka.
This is not dangerous in my opinion, because it the power user already has
ssh access to the Kafka Host.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#135>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB14MmVi1jpCCbb-LT0ZOB-qs1a5iI97ks5sdvhGgaJpZM4PJNtH>
.
simplesteph commented
@ecanzonieri PR submitted