Flink: Run Once Trigger feature like Spark's

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Flink: Run Once Trigger feature like Spark's

Pankaj Chand
Hi all,

Please tell me, is there anything in Flink that is similar to Spark's structured streaming Run Once Trigger (or Trigger.Oncefeature) as described in the blog below:


This feature allows you to call a streaming job periodically instead of running it continuously.
Thanks,

Pankaj 
Reply | Threaded
Open this post in threaded view
|

Re: Flink: Run Once Trigger feature like Spark's

Till Rohrmann
Hi Pankaj,

Flink does not offer a similar functionality as Spark's Run Once Trigger out of the box. However, it should be possible to build something comparable yourself.

Cheers,
Till

On Fri, Feb 28, 2020 at 4:51 PM Pankaj Chand <[hidden email]> wrote:
Hi all,

Please tell me, is there anything in Flink that is similar to Spark's structured streaming Run Once Trigger (or Trigger.Oncefeature) as described in the blog below:


This feature allows you to call a streaming job periodically instead of running it continuously.
Thanks,

Pankaj