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

Aggregate snapshots #3

Open
daviddawson opened this issue Mar 25, 2017 · 0 comments
Open

Aggregate snapshots #3

daviddawson opened this issue Mar 25, 2017 · 0 comments
Milestone

Comments

@daviddawson
Copy link
Member

daviddawson commented Mar 25, 2017

Currently, aggregates are fully rebuilt from the event stream every time.

Add a snapshot capability to load the majority of the state from, then replay just the incremental events.

Should run based on a policy defined on the aggregate root.

@AggregateConfiguration(context = "something", eventsBetweenSnapshot=5)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant