In this tutorial we will learn how to implement rate limiting in a scaled service. We will use the Bucket4J [https://github.com/vladimir-bukhtoyarov/bucket4j] library to implement it and we will use Redis [https://redis.io/] as a distributed cache. Why Use Rate Limiting? Let’s get started with some basics to make sure we

