Aggregate changed: How to handle snapshot store #931
Unanswered
trancefreak77
asked this question in
Q&A
Replies: 2 comments
-
Hi @trancefreak77 you can implement a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Rasmus, thanks very much, thats exactly what I was looking for. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
EventFlow has the concept of event upgraders when a new version of an event looks different. Is there also a concept with regards to the snapshot store?
If a new version of an event needs to be implemented the aggregate may also change. I am using the EF Core snapshot store implementation. Do I have to delete the snapshot store in this case? How can I repopulate the snapshot store?
Is there an existing concept / solution for this kind of issue?
Regards,
Christian
Beta Was this translation helpful? Give feedback.
All reactions