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
The uncommitted events are saved and published.
If a subscriber in turn also needs to save its modified aggregate and that operations fails for some reason, we ended up with some inconsistencies.
Is there an option to check if there is an ambiente transaction active and when not to explicit start one before saving and committing it after publishing the events?
Hi there,
the Core.Marten.Repository.MartenRepository.Store is implemented as following:
The uncommitted events are saved and published.
If a subscriber in turn also needs to save its modified aggregate and that operations fails for some reason, we ended up with some inconsistencies.
Is there an option to check if there is an ambiente transaction active and when not to explicit start one before saving and committing it after publishing the events?
I think that is somehow related to your open task Add sample outbox pattern implementation
The text was updated successfully, but these errors were encountered: