Designing a Distributed Rate Limiter
Token bucket vs sliding window, where to store the counters, and how to keep a rate limiter correct when it's spread across many servers.
Amit Kumar Singh3 min read
cd ~/category/system-design/rate-limiting
Token bucket vs sliding window, where to store the counters, and how to keep a rate limiter correct when it's spread across many servers.