Advanced Enterprise Architecture #integration #ESB #API-gateway

Integration Architecture Vocabulary

5 exercises — practice the language for integration patterns, ESB, API gateways, event brokers, and hub-and-spoke vs point-to-point discussions.

0 / 5 completed
Integration pattern quick reference
  • Point-to-point: Direct connections between systems. Simple for small estates, unmanageable at scale (n(n-1)/2 connections).
  • Hub-and-spoke (ESB): Centralised broker handles routing, transformation, orchestration. n connections total.
  • API gateway: North-south entry point — authentication, rate limiting, routing for external consumers.
  • Event broker: Asynchronous publish/subscribe (Kafka, RabbitMQ). Decouples producers from consumers.
  • Service mesh: East-west infrastructure layer for service-to-service traffic inside a cluster.
1 / 5
Your architecture team is debating between two integration topologies.

A colleague says: "Point-to-point integrations worked when we had five systems. Now we have forty — we need a hub-and-spoke model."

What problem is the colleague describing?