Re: Client process in Flink application mode

2023-04-23 Thread Shammon FY
Hi Vinay If you need to do that, maybe you should get the job client or job execution result and check the status of job in your application Best, Shammon FY On Sun, Apr 23, 2023 at 2:03 PM Weihua Hu wrote: > Hi, > > The Flink client always exits when the application submission is complete. >

Re: Client process in Flink application mode

2023-04-22 Thread Weihua Hu
Hi, The Flink client always exits when the application submission is complete. Can I ask why do you need to wait on the Client side? Best, Weihua On Sat, Apr 22, 2023 at 4:03 AM Vinay Londhe wrote: > Hello > > I have started to play around with Flink recently and I had a question > about the