NEventStore / NEventStore.Persistence.MongoDB

Mongo Persistence Engine for NEventStore
MIT License
22 stars 26 forks source link

Transaction support for NEventStore #58

Open Shubham-Saini opened 4 years ago

Shubham-Saini commented 4 years ago

Since MongoDB does not support TransactionScope and with the latest MongoDB changes the session object needs to be passed in with each operation. link

There is no approach to include NEventStore's Commit operation under a transaction.