System Design: Rate Limiter
Sep 21, 2022 · 8 min read · Rate limiter is used to control the rate of traffic sent by a client or a service. In HTTP world: Rate limiter limits the number of client requests allowed to be send in a given period of time. Once the cap is reached, rate limiter blocks request Rat...
Join discussion