Hi Flink community, I am looking to deploy my flink job through *Application Mode *in my Java program. Ideally I'd like my java code to just call an API to achieve this. Does flink provide a rest API to support this? I don't seem to find any documentation or code on that. If I need to build this on my own, is there any example I can follow? Should I just follow how CliFrontend.java does ? (I believe the command line calls this internally)? Or is there any other better examples?
Thanks Leon