-
Notifications
You must be signed in to change notification settings - Fork 387
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
Start & stop Kafka process within running container #1235
Conversation
This looks very good. |
Thanks. I'm not certain if I'm reproducing |
Good question. I was thinking about referencing their 1.15 release, but it's not a final yet. Maybe it will be available before our release. |
@seglo JFYI the "rc" status of 1.15.0 is only for the image-related changes (deprecated constructors & more) that we wanted to evaluate before doing a Big Bang Release :) |
@bsideup Thanks for the info. We'll give the RC a test run before our release to confirm our use case is still working as expected. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
This has been backported to the |
Fixes #1233
Add support to stop and start the Kafka broker programmatically without having to stop or start the container (see #1233 for issues with managing container lifetime).