-
Notifications
You must be signed in to change notification settings - Fork 41
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
Aggregates not automatically saving #59
Comments
With the new version there is no automatic saving anymore. Thanks for
pointing this out, we need to update the example.
Am 24.03.2017 19:43 schrieb "Iain Mckay" <[email protected]>:
I've followed the example in the quickstart on the latest 5.0.0 beta. The
comments say that an aggregate loaded from a repository will automatically
commit their events. I cannot get this behaviour without calling
saveAggregateRoot.
I'm using Postgres and have configured the event store, transaction manager
and service bus. Everything works except the automatic committing.
Perhaps I'm missing something?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#59>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYEvGNg6bbmtZLVmDodDrmQyCcCLAb6ks5ro6xsgaJpZM4MoIzX>
.
|
Ah, that's unfortunate. Is this by design or will it make an appearance at some point? |
By design. The actioneventemitter eventstore is optional, so you cannot
hook into it by default.
Am 24.03.2017 20:25 schrieb "Iain Mckay" <[email protected]>:
… Ah, that's unfortunate.
Is this by design or will it make an appearance at some point?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#59 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAYEvHOdFggaI9BNoXNF6xQdKYiVs8c2ks5ro7ZAgaJpZM4MoIzX>
.
|
Merged
Great, thanks :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've followed the example in the quickstart on the latest 5.0.0 beta. The comments say that an aggregate loaded from a repository will automatically commit their events. I cannot get this behaviour without calling
saveAggregateRoot
.I'm using Postgres and have configured the event store, transaction manager and service bus. Everything works except the automatic committing.
Perhaps I'm missing something?
The text was updated successfully, but these errors were encountered: