tagarr commented on code in PR #712: URL: https://github.com/apache/flink-kubernetes-operator/pull/712#discussion_r1418729320
########## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/AbstractFlinkService.java: ########## @@ -199,6 +202,10 @@ public void submitApplicationCluster( deployApplicationCluster(jobSpec, removeOperatorConfigs(conf)); } + public void submitSessionCluster(Configuration conf) throws Exception { Review Comment: Great spot, thanks -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org