curcur commented on a change in pull request #16606:
URL: https://github.com/apache/flink/pull/16606#discussion_r684147449



##########
File path: 
flink-core/src/main/java/org/apache/flink/configuration/StateBackendOptions.java
##########
@@ -88,4 +88,35 @@
                     .defaultValue(128)
                     .withDescription(
                             "Defines the number of measured latencies to 
maintain at each state access operation.");
+
+    
@Documentation.Section(Documentation.Sections.STATE_BACKEND_MATERIALIZATION)
+    public static final ConfigOption<Long> PERIODIC_MATERIALIZATION_INTERVAL =
+            ConfigOptions.key("state.backend.periodic-materialize.interval")
+                    .longType()
+                    .defaultValue(10000L)
+                    .withDescription(
+                            "Defines the interval in milliseconds to perform 
periodic materialization for state backend.");

Review comment:
       Moved all changelog related configurations to `ChangelogOptions`, using 
"STATE_BACKEND_CHANGELOG" session




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


Reply via email to