gyfora commented on code in PR #565:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/565#discussion_r1170192477
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/FlinkOperatorConfiguration.java:
##########
@@ -59,10 +59,11 @@ public class FlinkOperatorConfiguration {
Duration flinkCancelJobTimeout;
Duration flinkShutdownClusterTimeout;
String artifactsBaseDir;
+ boolean savepointCleanerEnabled;
Review Comment:
I think this should not be part of the operator configuration (which are
system wide configs) but instead should be configurable on a per resource level
(simply get it based on the observeconfig)
--
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]