HomeBlogEngineeringHow to Design a Scalable Rate Limiting Algorithm with Kong API What is rate limiting?Rate limiting protects your APIs from inadvertent or malicious overuse by limiting how often each user can call the API. Without rate limiting, each user may make a request as often as they like, leading to "spikes" of requests that starve other consumers. Once enabled, rate limiting can only pe
