1 — CAP Theorem
Purpose
[stub: cap-theorem]
Metadata
| Author | Amit Singh |
| Scope | sre |
Local graph
Related notes
10 — Distributed Caching
Cache invalidation, consistency, and the thundering-herd failure mode that turns a cache miss into a cascading origin outage.
11 — Service Discovery
How a service finds a healthy instance of its dependency at runtime, and what happens to that discovery layer's own reliability under churn.
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.