Hi,
I'm writing this to get a solution for the problem, where a stream of messages are sent and I want to count the word "Apples" in the stream of data, let's say in a window of 10 seconds.
I tried AttributeRollingWindow but couldn't got the desired response.
Thanks in Advance,