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] EventRouting for CQRS #15

Open
3dotsDev opened this issue Jul 2, 2021 · 1 comment
Open

[QUESTION] EventRouting for CQRS #15

3dotsDev opened this issue Jul 2, 2021 · 1 comment

Comments

@3dotsDev
Copy link

3dotsDev commented Jul 2, 2021

perhaps I have not interpreted this correctly... but .... when the aggregates create a new event... is this send to rabbit to ? I have the issue that i get dublicate PK exception on the MSSql Datatbase becauase of the event is triggered more than once...

im not sure, in an other question you wrote me that every event makes a full circle ( in my mind i think rabbit is mentioned with this)

@jbonnett92
Copy link
Contributor

This is where idempotency needs to be implemented, please check this out: https://www.youtube.com/watch?v=ZOZ8LuVS8VY

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