Re: Flink keyed stream windows
Posted by
vino yang on
URL: http://deprecated-apache-flink-user-mailing-list-archive.369.s1.nabble.com/Flink-keyed-stream-windows-tp22258p22265.html
Hi Garvit,
Please refer to the Flink official documentation for the window description. [1]
In this scenario, you should use Tumbling Windows. [2]
If you want to call your own API to handle the window, you can extend the process window function to achieve your needs.[3]
Thanks, vino.
Clarification: Its 30 Seconds not 30 minutes.
Hi,
I am working on a use case where I have a stream of users active locations and I want to store(by hitting an HTTP API) the latest active location for each of the unique users every 30 minutes.
Since I have a lot of unique users(rpm 1.5 million), how to use Flink's timed windows on keyed stream to solve this problem.
Please help!
Thanks,
--
Garvit Sharma
github.com/garvitlnmiit/No Body is a Scholar by birth, its only hard work and strong determination that makes him master.
--
Garvit Sharma
github.com/garvitlnmiit/No Body is a Scholar by birth, its only hard work and strong determination that makes him master.