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

Does the CQRS implement the Transactional outbox Pattern as well? #113

Closed
UmerIftikhar opened this issue Jul 31, 2019 · 1 comment
Closed

Comments

@UmerIftikhar
Copy link

As per the Transactional outbox Pattern the database update and sending of the message must be atomic in order to avoid data inconsistencies and bugs.
There might be a case where event bus might be down or database transaction (local one) fails. right?

Does this module tackle and solve this problem by using the OUTBOX table and by mining the Transaction Log?

@BennoDev
Copy link

BennoDev commented Aug 2, 2019

No it does not, this module only enables developers to apply the CQRS pattern at an application level, not infrastructural level.

An implementation of that pattern goes far beyond the scope of this module, and nest in general.

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

3 participants