I want to upgrade from a home streaming server to Apache Flink. One thing we have is Apache Storm, such as a DRPC interface to run requests against the state stored in the processing topology.
So, for example: I have a set of sensors on which I run a moving average. I want to run a query by topology and return all sensors where this average value exceeds a fixed value.
Is there an equivalent in Flink, or, if not, a better way to achieve equivalent functionality?
source
share