Hi, Doe anyone know any good example of StatefulWindowedBoltExecutor and how does it actually work?
I am currently using 30min window but memory usage is issue for us. To solve that i am thinking of using lesser time window(like 2-3mins) plus something to keep my computed states into redis. I think StatefulWindowedBoltExecutor will solve my problem. Please correct me if i am wrong. Regards, Punit Tiwan