Mutually Dependent Contexts
A context-mapping relationship where two bounded contexts can't function without each other.
Two bounded contexts are mutually dependent when neither can complete its job without the other. Failure in one cascades into the other. A change in one usually requires a coordinated change in the other. On a context map, the arrows go both ways.
ddd architecture patterns