dolittle / Home

Dolittle is a platform designed to build Line of Business applications without sacrificing architectural quality, code quality or scalability.
http://www.dolittle.io
MIT License
27 stars 5 forks source link

Investigate marking where events are originating from (different bounded context) #16

Closed einari closed 6 years ago

einari commented 7 years ago

When you have a mediator consuming events from one bounded context and publishes into another , the event it is publishing is not something it necessarily owns.

The reason we have the event shape duplicated is to remove friction between the two bounded contexts.