Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/1794#discussion_r56155661 --- Diff: flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/StreamExecutionEnvironment.java --- @@ -277,6 +277,29 @@ public StreamExecutionEnvironment enableCheckpointing(long interval) { /** * Enables checkpointing for the streaming job. The distributed state of the streaming * dataflow will be periodically snapshotted. In case of a failure, the streaming + * dataflow will be restarted from the latest completed checkpoint. This method selects --- End diff -- I think its sufficient to have the configuration parameter in the `CheckpointConfig`, without any convenience methods in the `StreamExecutionEnvironment`. The `StreamExecutionEnvironment` is getting hard to maintain with those changes.
--- 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 enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---