Integration#

Connecting multiple services together. This section covers the patterns and infrastructure that route traffic and coordinate communication across microservices boundaries.

Topics#

  • API Gateway Patterns — Routing, authentication, rate limiting, and load balancing at the gateway layer of microservices

  • Asynchronous Communication — Message brokers, event-driven architecture, and decoupling services through async messaging patterns

Prerequisites#

Complete Foundations and Applied first.