SSWConsulting / SSW.CleanArchitecture

SSW Clean Architecture Template
https://sswconsulting.github.io/SSW.CleanArchitecture/
MIT License
124 stars 24 forks source link

✨ 339 Added Eventually Consistent Domain Event Processing #401

Closed danielmackay closed 1 month ago

danielmackay commented 1 month ago

> 1. What triggered this change? (PBI link, Email Subject, conversation + reason, etc)

✏️ https://github.com/SSWConsulting/SSW.CleanArchitecture/issues/339

  1. What was changed?

✏️ Domain events are now processed offline after the original HTTP request is returned to the user. This enables the original request to return quicker.

  1. Did you do pair or mob programming?

✏️ Yes - @MattParkerDev