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

Add support for storing OOB events into different storage #6

Closed
charlessolar opened this issue Sep 2, 2016 · 0 comments
Closed

Add support for storing OOB events into different storage #6

charlessolar opened this issue Sep 2, 2016 · 0 comments

Comments

@charlessolar
Copy link
Owner

OOB events, which I use currently for events on entities which don't affect state (example would be cpu measurements every second on an entity monitoring performance) are currently stored in eventstore.

For intense apps these events end up being 90% of the data in the store, and you can argue that sometimes events that are older than a certain age no longer matter at all.

Aggregates.NET can export an interface to allow users to write OOB events to a different storage mechanism which more easily allows for archiving and deletion or even perhaps just sends directly to the consumer (NSB) skipping the store all together when storage of these events doesn't matter.

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