Premium Content
Sign in to see the full question
Get access to the full problem, solutions, follow-up questions, and discussion.
Get access to the full problem, solutions, follow-up questions, and discussion.
Design a distributed rate limiter that caps the rate of API requests per client (user ID, API key, or IP) across a fleet of application servers. The limiter runs behind a load balancer, so any...