mateczagany commented on code in PR #821:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/821#discussion_r1667350815
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java:
##########
@@ -410,6 +430,14 @@ public static String operatorConfigKey(String key) {
.withDescription(
"Max number of reconcile loops triggered within
the rate limiter refresh period for each resource. Setting the limit <= 0
disables the limiter.");
+ @Documentation.Section(SECTION_DYNAMIC)
+ public static final ConfigOption<Boolean>
OPERATOR_JOB_UPGRADE_SAVEPOINT_DISPOSE_ON_DELETE =
+ operatorConfig("job.upgrade.savepoint.dispose-on-delete")
+ .booleanType()
+ .defaultValue(false)
+ .withDescription(
+ "Savepoint data created by upgrade savepoints as
FlinkStateSnapshot resources will be disposed of automatically when the
Kubernetes resource gets deleted.");
+
Review Comment:
Good idea, I have named it `savepoint.dispose-on-delete`.
--
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]