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

Posted by Till Rohrmann on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-Run-Once-Trigger-feature-like-Spark-s-tp33201p33215.html

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