zoltar9264 commented on code in PR #20103:
URL: https://github.com/apache/flink/pull/20103#discussion_r920675336
##########
flink-runtime/src/main/java/org/apache/flink/runtime/executiongraph/AccessExecutionGraph.java:
##########
@@ -176,6 +176,13 @@ public interface AccessExecutionGraph extends
JobStatusProvider {
*/
Optional<String> getCheckpointStorageName();
+ /**
+ * Returns whether the state changelog is enabled for this ExecutionGraph.
+ *
+ * @return true, if state changelog enabled, false otherwise.
+ */
+ boolean isStateChangelogEnabled();
Review Comment:
Hi @Myasuka , thanks for the suggession .I think ’State Changelog‘ is more
suitable to describe this feature, and ’ChangelogStateBackend‘ is the specific
implementation of it. WDYT ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]