Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow time-based triggered windows to be synchronized #17

Open
cjnolet opened this issue May 29, 2014 · 0 comments
Open

Allow time-based triggered windows to be synchronized #17

cjnolet opened this issue May 29, 2014 · 0 comments

Comments

@cjnolet
Copy link
Member

cjnolet commented May 29, 2014

Currently, all windows are independent with regards to time. Storm manages a ticking so that seconds can be incremented at the window level but, for instance, I an aggregator window should trigger every 50 seconds, the windows will start counting those 50 seconds based on when the window opened instead of a global 50 second interval set by the bolt.

There are cases where you'd want both, but specifically it would be nice to be able to lock the aggregators to the bolt's counter so that they all trigger at the same time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant