Design an API rate limiter that caps the number of API calls the service can receive in a given period to avoid an overload. Requirements: Functional Requirements: Limit requests. Configurable. Error or notification if the limit is reached. Non-Functional Requirements: Availability. Scalability. Low latency.

视频信息