Re: Same aggregate in 2 bounded contexts
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <[email protected]> |
Thanks Jose for your reply. so we agree that I can have the same entity Supplier in multiple BCs. My next question is how can I keep those entities in sync? For example, if I disable a Supplier in BC1 I'll need this info to be propagated to the other BCs. Currently we do a nightly batch script that dumps the data from BC1 to the other BCs, but I'm beginning to think this approach isn't really the best way out there.