Re: Same aggregate in 2 bounded contexts

"[email protected] [domaindrivendesign]" <[email protected]> 02 Jan 2015 16:35:50 -0800
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
Hi 

 Why would you want to keep the entities in sync? e.g. Do you really need the information about whether a supplier is disable in both BCs? if the answer is yes, then try to think your BC boundaries again.
 

 Ultimately, you'll want minimal data duplication between BCs, except for entity ids.