---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54647/
---
Review request for samza, Boris Shkolnik, Chris Pettitt, Jake Maes, Navina
Rames
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/27
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enable
Hi Guys,
How can I stop running samza job gracefully except killing it?
Because when samza job was killed, the close and stop method in
BaseMessageChooser and SystemProducer will not be called and the container log
will be removed automatically, how can resolve this?
Th