You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How are you handling concurrency? I can't see reference to any event/aggregate version anywhere to ensure multiple writes to the eventstore don't cause concurrency violations.
The text was updated successfully, but these errors were encountered:
Thanks for your comment. It's just a proof of concept in order to try out CQRS and ES. This code was never intended to deal with more complex scenarios such as concurrency.
As I'm dealing with concurrency at the moment in my work, if I get time I will try to submit a PR with that in mind. I can't promise anything, but I will try.
Hi. Firstly, very interesting approach!
How are you handling concurrency? I can't see reference to any event/aggregate version anywhere to ensure multiple writes to the eventstore don't cause concurrency violations.
The text was updated successfully, but these errors were encountered: