Skip to content
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

Feedback: 'Saga concurrency' #4556

Open
mauroservienti opened this issue Oct 23, 2019 · 1 comment
Open

Feedback: 'Saga concurrency' #4556

mauroservienti opened this issue Oct 23, 2019 · 1 comment

Comments

@mauroservienti
Copy link
Member

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.

@ramonsmits
Copy link
Member

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants