public interface JobRestartSignal
Interface for defining how to trigger a restart of a Samza job. This will be called when the Samza
framework determines that a job restart is needed. For example, if the partition count of an input stream
changes, then that means the job model needs to change, and restarting the job will update the job model.