Hi, I have a use case where I would like to run Flink jobs using Apache Flink k8s operator. Where actions like job submission (new and from save point), Job cancel with save point, cluster creations will be triggered from Java based micro service.
Is there any recommended/Dedicated Java API for Flink k8s operator? I see that there is standard k8s java client [1] and I'm wondering if this would be sufficient for Flink jobs. [1] https://github.com/kubernetes-client/java