Re: The timing operation is similar to storm’s tick

2017-12-11 Thread Marvin777
thanks. 2017-12-11 17:51 GMT+08:00 Fabian Hueske : > Hi, > > I think you are looking for a ProcessFunction with timers [1]. > > Best, > Fabian > > [1] https://ci.apache.org/projects/flink/flink-docs- > release-1.3/dev/stream/process_function.html > > 2017-12-11 9:03

Re: The timing operation is similar to storm’s tick

2017-12-11 Thread Fabian Hueske
Hi, I think you are looking for a ProcessFunction with timers [1]. Best, Fabian [1] https://ci.apache.org/projects/flink/flink-docs-release-1.3/dev/stream/process_function.html 2017-12-11 9:03 GMT+01:00 Marvin777 : > hi, > > I'm new to apache Flink. I want to

The timing operation is similar to storm’s tick

2017-12-11 Thread Marvin777
hi, I'm new to apache Flink. I want to update the property value per minute via an HTTP request.I did this in storm using tick tuple. Does Flink have something similar which i can use in a flink operator? thanks.