Hi High-Availability in Application Mode is only supported for single-execute() applications.[1]
And the reason is[2]: The added complexity stems mainly from the fact that the different jobs > within an application may at any point be in different stages of their > execution, e.g. some may be running, some finished and some may be waiting for others > to finish in order to consume their output. [1] https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/overview/#application-mode [2] https://cwiki.apache.org/confluence/display/FLINK/FLIP-85%3A+Flink+Application+Mode Best, Weihua On Tue, May 23, 2023 at 3:18 PM melin li <[email protected]> wrote: > In HA mode, support the same application run multiple jobs? > >
