Hi Narasimha,

thanks for reaching out to the community. I am not entirely sure whether
VVP 2.3 supports the application mode. Since this is a rather new feature,
it could be that it has not been integrated yet. I am pulling in Ufuk and
Fabian who should be able to definitely answer your question. Maybe they
can also tell whether this is planned to be changed in the foreseeable
future.

Cheers,
Till

On Wed, Dec 2, 2020 at 4:33 PM narasimha <swamy.haj...@gmail.com> wrote:

> Hi,
>
> Using ververica platform to deploy flink jobs, found that it is not
> supporting application deployment mode.
> Just want to check if it is expected.
>
> Below is a brief  of how the main method has been composed.
>
>
> class Job1 {
>     public void execute(){
>         StreamExecutingEnvironemnt env = ...
>
>         env.execute("Job 1");
>     }
> }
>
> class Job2 {
>     public void execute(){
>         StreamExecutingEnvironemnt env = ...
>
>         env.execute("Job 2");
>     }
> }
>
>
> class Main {
>
>     public static void main(string[] args) {
>     new Job1().execute();
>     new Job2().execute();
>     }
> }
>
> Does this make any difference?
>
> TIA
> --
> A.Narasimha Swamy
>

Reply via email to