Login  Register

Flink: Run Once Trigger feature like Spark's

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

Flink: Run Once Trigger feature like Spark's

Pankaj Chand
35 posts
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
| More
Print post
Permalink

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

Till Rohrmann
1476 posts
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