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
Add transaction support, by adding an optional TransactionManager in the relevant builders. For Spring the MongoTransactionManager can be leveraged.
Current Behaviour
As there is no option to supply a TransactionManager currently it's not possible to leverage transactions in the event store, token store and saga store.
Wanted Behaviour
Being able to supply a TransactionManager to enable transactions.
Possible Workarounds
None
The text was updated successfully, but these errors were encountered:
Feature Description
Add transaction support, by adding an optional TransactionManager in the relevant builders. For Spring the MongoTransactionManager can be leveraged.
Current Behaviour
As there is no option to supply a TransactionManager currently it's not possible to leverage transactions in the event store, token store and saga store.
Wanted Behaviour
Being able to supply a TransactionManager to enable transactions.
Possible Workarounds
None
The text was updated successfully, but these errors were encountered: