synchronous fan-out term
API call making blocking child API calls inline
Each layer adds latency, multiplies failure modes, and consumes connection pool slots in two services. Fix: pre-fetch in batch, async events, denormalize, or move work behind a queue.