recall

← recall

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.

aliases: nested api calls, request-within-request, chatty api

topics: api-design

references: