Pattern 12 / COMMS
Request-Response (Synchronous)
Use this when asking another component for an immediate answer.
- Pressure
- Asking another component for an immediate answer
- Mechanism
- Client sends a request and blocks until the server returns success, failure, or timeout
- Toll
- Latency and failures propagate directly through synchronous call chains
