Re: Same aggregate in 2 bounded contexts

"[email protected] [domaindrivendesign]" <[email protected]> 02 Jan 2015 17:56:08 -0800
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
I think I should have mentioned that each BC will have its own database and it will run on a different server and maybe managed by a different team. 

 So when our commercial team for example decides to disable a supplier they do it through the Suppliers BC.
 

 The operations team on the other hand is managing the upload and download of files from the ftp servers. It feels wrong to give them the ability to disable a supplier as its not up to them to make that decision.
 

 So we chose to dump the suppliers table from BC 1 to all interested services to provide the data they require (whether a supplier was disabled in this case specifically).