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

[Question] Is a good idea to implement transactional outbox pattern for domain events? #1047

Open
wibu009 opened this issue Oct 17, 2024 · 0 comments

Comments

@wibu009
Copy link
Contributor

wibu009 commented Oct 17, 2024

I'm considering using the transactional outbox pattern to ensure reliable delivery of domain events in a modular monolithic architecture. The pattern would help maintain consistency between the database and the event store by wrapping both operations in a single transaction. Given the modular structure, do you think this approach aligns with the architecture's goals for event-driven behavior and transactional consistency?

@wibu009 wibu009 changed the title Do you think it is a good idea to implement transactional outbox pattern for domain events? [Question] Do you think it is a good idea to implement transactional outbox pattern for domain events? Oct 17, 2024
@wibu009 wibu009 changed the title [Question] Do you think it is a good idea to implement transactional outbox pattern for domain events? [Question] Is a good idea to implement transactional outbox pattern for domain events? Oct 17, 2024
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

1 participant