From Fan-Out to Fast: Sub-100ms API Design in Distributed Systems

QCon London 2026

Session architecture

From Fan-Out to Fast: Sub-100ms API Design in Distributed Systems

Monday Mar 16 / 10:35AM GMT, Whittle (3rd Fl.) at The QEII Centre, London

Abstract

A “simple” API request rarely stays simple. In distributed systems, one call quickly turns into fan-out across gateways, services, caches, and databases — and your p99 becomes the sum of every hop and every flaky dependency. Worse, it’s often not a clean outage; it’s grey failures and intermittent slowdowns that are hard to reproduce and easy for customers to feel.

In this session, I’ll share a practical playbook for designing sub-100ms APIs when fan-out is unavoidable. We’ll start with latency budgets, so performance becomes a design constraint, not a hope. Then we’ll cover the patterns that keep tail latency predictable: safe parallelism, timeouts and retries that don’t amplify failure, idempotency, bulkheads/circuit breakers with fallbacks, and caching strategies where invalidation is treated as a correctness problem. We’ll close with trace-driven observability — the minimal signals that let you quickly answer: where did the milliseconds go, what changed, and is it us or a dependency?

Main takeaways:

  • How to budget latency across service boundaries and enforce it with guardrails
  • How to use timeouts/retries/idempotency + bulkheads without creating new p99 spikes
  • How to use traces + a few key metrics to pinpoint the slow hop fast

Topics

architecture Distributed Systems Scalable and Reliable
76% senior dev or higher
1:11 speaker ratio
60+ practitioners

QCon London 2026 is a three day conference for senior software engineers, architects and team leads. An international program committee of working engineers selects every session. Patterns and practices, not products and pitches.

Share

From the same track

Monday 16 March

10:35 Whittle (3rd Fl.) Session architecture From Fan-Out to Fast: Sub-100ms API Design in Distributed Systems Saranya Vedagiri Senior Staff Engineer @eBay 11:45 Whittle (3rd Fl.) Session Observability Uncorking Queueing Bottlenecks with OpenTelemetry Julian Wreford, Oli Lane 13:35 Whittle (3rd Fl.) Session Platform Engineering APIs for Agents: Rethinking API Programs in the MCP Era Jim Gough, Andreea Niculcea 14:45 Rutherford (4th Fl.) Unconference Unconference: Connecting Systems 15:55 Whittle (3rd Fl.) Session AI Enchant Your AI and APIs with eBPF Magic 🪄 Dan Finneran Principal Community Advocate at Isovalent @Cisco 17:05 Fleming (3rd Fl.) Session architecture Managing Asynchronous APIs at Scale Ian Cooper Senior Principal Engineer @Just Eat Takeaway