docs.particular.net icon indicating copy to clipboard operation
docs.particular.net copied to clipboard

Feedback: 'Saga concurrency'

Open mauroservienti opened this issue 6 years ago • 1 comments

Feedback for 'Saga concurrency' https://docs.particular.net/nservicebus/sagas/concurrency

Location in GitHub: https://github.com/Particular/docs.particular.net/blob/master/nservicebus/sagas/concurrency.md

In Create an append only Saga Model it's stated that:

Currently, this is only possible with the NHibernate persister and a custom mapping.

it's worth noting that append only data models can work out of the box with RavenDB as RavenDB OCC kicks in only if the saga data instance has been touched/modified.

mauroservienti avatar Oct 23 '19 06:10 mauroservienti

@mauroservienti not saying that RavenDB does not support append only by adding new documents its that none of our saga persister implementations support append only natively.

ramonsmits avatar Jan 13 '20 17:01 ramonsmits