Hello Flink community:
I want to manually trigger the savepoint with the help of kubernetes
operator. But seems kubernetes operator hasn't provided an option for whether
cancling the job when triggering savepoint. Because the `cancelJob` parameter
was hard coded to false in latest code
AbstractFlinkService.java#L299<https://github.com/apache/flink-kubernetes-operator/blob/1f6a75056acae90e9fab182fd076ee6755b35bbb/flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/service/AbstractFlinkService.java#L299>.
Do i have to watch the savepoint finish myself, then cancel this job
ASAP? And do we have a plan to support this option?