Loading scenario...
Hint 1 — locked
Hint 2 — locked
Hint 3 — locked
Rate Limiter
Problem
Build a distributed rate limiter that can be placed in front of any API to throttle requests per user or IP address. It should support sliding-window and token-bucket algorithms and work correctly across multiple server instances without over- or under-counting requests.
Functional Requirements
Non-Functional
Design your Rate Limiter
Drag components from the Brief panel → switch to Components tab
Click a dimension to see what's missing. Score updates as you design.