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 <xymaqingxiang...@gmail.com>: > 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. >