How to Design a Scalable Rate Limiting Algorithm
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…
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…
This session will focus on the war stories, and subsequently the patterns we employed, from building an API chargeback/monetization product using OAS, Kotlin, Spring Boot and Kong. We will discuss…
In this how-to session, Thomas Cameron will demonstrate how to install and configure Kong Gateway on Amazon Linux 2, including setting up the software repositories, installation, basic configuration, logging and…
Ingress gateways are a quick and easy way to enable external clients to communicate with a service mesh. To demonstrate this, we implemented a powerful ingress gateway with a reliable…
Automation is the future. In today’s world, agility is much more important by one’s perspective with load handlers at any cloud provider — public or private. With the help of…
Cloud native applications can benefit greatly from end-to-end testing before deployment, but integration testing of microservices is often discouraged because it’s costly and difficult. This talk proposes a modern blueprint…