Slide 15
Slide 15 text
Microservices Patterns
● Decomposition:
⦿ domain, sub-domains, strangler
● Integration:
⦿ API Gateway, Aggregator, UI Composition
● Database
⦿ Database per Service, Shared, Saga, CQRS
● Observability
⦿ Tracing, Logging, Healthchecks
● Cross-cutting
⦿ External configurations, Service discovery, Blue/green and Canary style deployments,
Circuit breakers
14