Spring Hire Sale
Limited Time Deal: Unlock all premium questions for over 30% off
$10.42$7.08
08
:
03
:
14
:
20
Back to Dashboard
API Throttle Manager
Medium
Design an APIThrottleManager for an API gateway that enforces multiple rate-limiting policies simultaneously. Each policy defines a sliding window and a maximum number of allowed calls within that window. A request is allowed only if it satisfies all active policies.
Implement the following methods: ...