Skip to main content

One post tagged with "distributed-systems"

View All Tags

· 17 min read
Giovanny Massuia

Rate Limiters

In this blog post, we'll discuss rate limiters, a critical component in distributed systems to prevent abuse and ensure fair usage of resources. We'll cover the different types of rate limiters and their implementations in the minimalist-java framework, and we'll provide examples of how to use them with the minimalist-java http-api module.