Re: Same aggregate in 2 bounded contexts
| 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.