The timing operation is similar to storm’s tick

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

The timing operation is similar to storm’s tick

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.
Reply | Threaded
Open this post in threaded view
|

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

Fabian Hueske-2
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 <[hidden email]>:
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.

Reply | Threaded
Open this post in threaded view
|

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

Marvin777
thanks. 



2017-12-11 17:51 GMT+08:00 Fabian Hueske <[hidden email]>:
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 <[hidden email]>:
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.