curcur commented on a change in pull request #16606:
URL: https://github.com/apache/flink/pull/16606#discussion_r683258886
##########
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:
I am thinking to create a separate ChangelogOptions class, for all such
configurations.
--
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]