rkhachatryan commented on a change in pull request #14799:
URL: https://github.com/apache/flink/pull/14799#discussion_r567641769



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/CheckpointingOptions.java
##########
@@ -44,6 +44,15 @@
                     .noDefaultValue()
                     .withDescription("The state backend to be used to 
checkpoint state.");
 
+    /** Whether to enable state change log. */
+    // @Documentation.Section(value = 
Documentation.Sections.COMMON_STATE_BACKENDS)
+    public static final ConfigOption<Boolean> ENABLE_STATE_CHANGE_LOG =
+            ConfigOptions.key("state.backend.enable-statechangelog")

Review comment:
       I mean to hide it from users (with 
`Documentation.ExcludeFromDocumentation`).




----------------------------------------------------------------
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]


Reply via email to