Slide 11
Slide 11 text
Microservices // Solution
A B C
The microservices solution often looks like
the initial clean-sheet design for the first
component.
Each element is developed, deploys, and
scales independently.
State and inter-process coordination
facilitates loosely coupled integrations.
independent services
state / message bus
@KeithResar