gyfora commented on a change in pull request #112:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/112#discussion_r841082654



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/OperatorConfigOptions.java
##########
@@ -69,4 +69,10 @@
                     .defaultValue(Duration.ofSeconds(10))
                     .withDescription(
                             "The timeout for the observer to wait the flink 
rest client to return.");
+
+    public static final ConfigOption<Duration> OPERATOR_CANCEL_JOB_TIMEOUT =

Review comment:
       I see good point, lets keep the cancel timeout but improve the config 
name to: `operator.reconciler.flink.cancel.timeout`




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