Which bounded context should host the implementation of a Saga?

Hi Allard,

Let’s assume that I have a Saga that will modify different aggregates in different bounded contexts. Where should the implementation code of the Saga exist?

Hi,

if it doesn’t make sense to place them in one of the existing modules, then the Saga should live in a module of its own.

Cheers,

Allard