May 18, 2021 Engineering | 8 MIN READ Protecting Services With Kong Gateway Rate Limiting The Kong Gateway Rate Limiting plugin is one of our most popular traffic control add-ons. You can configure the plugin with a policy for what constitutes “similar requests” (requests coming… Continue reading
January 15, 2021 Engineering | 10 MIN READ How 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… Continue reading