NetCoreMicroservicesSample
NetCoreMicroservicesSample copied to clipboard
[QUESTION] EventRouting for CQRS
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)
This is where idempotency needs to be implemented, please check this out: https://www.youtube.com/watch?v=ZOZ8LuVS8VY