Hi, I'm trying to run a samza task using LocalJobFactory with a task that implements ClosableTask interface. One thing that I cannot figure out is how to gracefully shutdown the task container and call the close method? Is there some operation that does that and can be called using JMX?
Thanks, Dotan
