Re: Suggestions for "nested" bounded contexts?
"Alex Paransky [email protected] [domaindrivendesign]" <[email protected]> Sun, 8 Mar 2015 08:13:47 -0700
| Newsgroups | gmane.comp.programming.domain-driven-design |
|---|---|
| Message-ID | <CA+pCXC5A_dUu=463pUBWfm3dx3G+DzGjWszSd3JrnQu783CqzA@mail.gmail.com> |
Nothing special about these contexts. "Nested" is same as related. Go for eventual consistency and put event on to a queue to cause the other context to change. -AP_ On Mar 8, 2015 12:25 AM, "[email protected] [domaindrivendesign]" <[email protected]> wrote: > > > Any thoughts on how to deal with bounded contexts that (in a business > sense) are nested within each other? > > > For example a [Fund] context might have one or more [Brokerage Account] > contexts - each of these operate independently but any changes to their > valuation also change the valuation of the fund. > >