Design Rate Limiter
Requirements:
* Bot attack
* allow more requests for marketing compaign - our own different product calling these API's
* for script call or bulk operation api call 

-- set different configuration at runtime in Rate Limiter for different microservice API's and for different clients
-- clients IOS, Android , Windows , we can set different configuration
-- how to block sepecific IP's if need

NFR:
highly available
low Latency -  important

Any Thoughts how we can record configurations and implement rate limiter algos?


Comments (3)