Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 566 Bytes

API rate limiter.md

File metadata and controls

19 lines (10 loc) · 566 Bytes

Functional requirements:

● Limit requests: Limit the number of requests an entity can send to an API within a time window.

● Exception handling: The user should get an error message when the user exceeds the threshold.

● Distribution: The rate limiter can monitor requests among multiple servers.

Non Functional requirements:

● Low Latency

● High Availability

Full Video Link:

youtube link

IMAGE