gyfora commented on code in PR #657:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/657#discussion_r1303907459
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/FlinkService.java:
##########
@@ -54,7 +54,8 @@ public interface FlinkService {
KubernetesClient getKubernetesClient();
- void submitApplicationCluster(JobSpec jobSpec, Configuration conf, boolean
requireHaMetadata)
+ void submitApplicationCluster(
+ JobSpec jobSpec, Configuration conf, boolean requireHaMetadata,
boolean requireScale)
Review Comment:
We could rename the new parameter to `deleteJobGraph`?
--
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]