Hi, We wanted to use the Apache Flink Kubernetes operator to manage the lifecycle of our Flink jobs in Flink session clusters. And we wanted to have the "last-state" upgrade feature for our use cases.
However, the latest official doc states the "last-state" upgrade mode is not supported in the session mode(aka. FlinkSessionJob) currently: https://nightlies.apache.org/flink/flink-kubernetes-operator-docs-main/docs/custom-resource/job-management/#stateful-and-stateless-application-upgrades Last state upgrade mode is currently only supported for FlinkDeployments. Why didn't we support this upgrade mode in session mode? Do we have a plan to address this gap? Any suggestions for us if we want to stick with session mode? -- Thanks, Alan