How can i implement rate limiting in jmix version 2.1.3?

Hi community,
please help i have to implement rate limiting in jmix version 2.1.3 .

Hello,
Since Jmix is a framework on top of Spring Boot, whenever there is something not available in Jmix itself, one can always change the problem into “How can I implement rate limiting with Spring Boot”.

So I made a quick research and this is what I have found so far:

  1. Resilience4J
    RateLimiter

  2. Bucket4J
    GitHub - bucket4j/bucket4j: Java rate limiting library based on token-bucket algorithm.

Kind regards,
Mladen

1 Like