Myasuka commented on a change in pull request #16341: URL: https://github.com/apache/flink/pull/16341#discussion_r663670102
########## File path: flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java ########## @@ -114,6 +114,25 @@ + "if no value set (job or cluster), the change log will not be " + "enabled."); + /** Which storage to use to store state changelog. */ + @Documentation.Section(value = Documentation.Sections.COMMON_STATE_BACKENDS) + public static final ConfigOption<String> STATE_CHANGE_LOG_STORAGE = + ConfigOptions.key("state.backend.changelog.storage") + .stringType() + .defaultValue("memory") Review comment: I forget the dependency relationship, and I think it would be okay here to not let `flink-core` depends on `flink-runtime`. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org