Aggregate with unbounded collection #450
Unanswered
victormarante
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been using this repository for quite some time (both repository and event sourcing parts), and come to a tricky situation I don't know how to solve.
I am developing Alarm functionality where the historical events (states of an alarm) needs to be stored. This is potentially an infinitely growing collection as an alarm can be eg triggered and resolved endless times.
How do you solve this issue in the world of event sourcing?
Beta Was this translation helpful? Give feedback.
All reactions