NetCoreMicroservicesSample icon indicating copy to clipboard operation
NetCoreMicroservicesSample copied to clipboard

[QUESTION] EventRouting for CQRS

Open 3dotsDev opened this issue 4 years ago • 1 comments
trafficstars

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)

3dotsDev avatar Jul 02 '21 14:07 3dotsDev

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

jbonnett92 avatar Jul 04 '22 06:07 jbonnett92