Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, topologies that needs windowing support requires writing custom logic inside bolts making it tedious to handle the windowing and acking logic with custom logic.
We can add framework level support to core storm bolts to process tuples in a time or a count based window. Sliding and tumbling windows can be supported.
Later this can be extended to trident apis as well.