Designing a bursty rate limiter
June 02, 2024system-design, token bucket, go
A rate limiter caps how many requests a sender can issue in a specific time window. It then blocks requests once the cap is reached.
A rate limiter caps how many requests a sender can issue in a specific time window. It then blocks requests once the cap is reached.