-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
Append Events with an expected version #10
Comments
@watfordsuzy, let me quote my response on your PR:
I'm going to work on that today and tag you also in the PR that will fully introduce that 🙂 |
@watfordsuzy see the changes made in:
Feedback is welcome 🙂 |
Thank you, pulling it down now! |
I'm looking through the API Docs while playing with Emmett and am wondering about the elision of
expectedVersion
on theEventStore
interface:emmett/packages/emmett/src/eventStore/eventStore.ts
Lines 3 to 20 in 9650af6
It is my assumption this interface would instead look something like:
Is this a conscious design choice to represent a simpler model of event sourcing?
The text was updated successfully, but these errors were encountered: