Hi Chirag, Did you read the latest stable Flink documentation about Savepoint[1] and Cancel with savepoint[2] and Upgrade application[3]?
[1]: https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/state/savepoints.html#resuming-from-savepoints [2]: https://ci.apache.org/projects/flink/flink-docs-release-1.5/monitoring/rest_api.html#cancel-job-with-savepoint [3]: https://ci.apache.org/projects/flink/flink-docs-release-1.5/ops/upgrading.html Thanks, vino. 2018-07-19 14:25 GMT+08:00 Chirag Dewan <chirag.dewa...@yahoo.in>: > Hi, > > I am planning to use the Stop Service for stopping/resuming/pausing my > Flink Job. My intention is to stop sources before we take the savepoint > i.e. stop with savepoint. > > I know that since Flink 1.4.2, Stop is not stable/not production ready. > > With Flink 1.5 can it be used for stopping jobs? > > Regards, > > Chirag >