pnowojski commented on a change in pull request #13880:
URL: https://github.com/apache/flink/pull/13880#discussion_r518631769
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/environment/CheckpointConfig.java
##########
@@ -504,6 +508,35 @@ public long getAlignmentTimeout() {
return alignmentTimeout;
}
+ /**
+ * Returns whether approximate local recovery is enabled.
+ *
+ * @return <code>true</code> if approximate local recovery is enabled.
+ */
+ @PublicEvolving
Review comment:
maybe `@Experimetal` is a better choice for the time being?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]