Slide 6
Slide 6 text
Microservices
6
A bounded context defines the boundaries of the deployment
artifact. Often parts of the context are even deployed as
separate processes.
○ Testing individual modules
Testing individual modules usually requires collaborating
systems to be bootstrapped, stubbed or mocked.
○ Bounded Context interaction is remote
The interaction between BCs involved remote interaction,
either by sending messages or invoke other systems directly.
This accumulates latency, and requires additional measures
against the collaborators being unavailable which increases
complexity.