11 — Service Discovery
Purpose
[stub: service-discovery]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
1 — CAP Theorem
Why every distributed system is already choosing between consistency and availability during a partition, whether or not the team ever wrote that choice down.
10 — Distributed Caching
Cache invalidation, consistency, and the thundering-herd failure mode that turns a cache miss into a cascading origin outage.
12 — API Gateways
Centralizing auth, rate limiting, and routing at the edge — and the single point of blast radius that centralization creates in exchange.
13 — Message Brokers
At-least-once vs. exactly-once delivery, backpressure, and why the broker's own durability guarantees are usually the real SLA you're depending on.