ratelimiter
ratelimiter copied to clipboard
Spring Boot Rate Limiter with Redis (Spring Boot, Java 21, JUnit, Integration Test, Github Actions, Test Container, Docker, Redis)
Results
1
ratelimiter issues
Sort by
recently updated
recently updated
newest added
In the file src/main/java/com/springboot/ratelimiter/user/service/impl/RateLimiterServiceImpl.java Make the part of the code that reads and updates the value on Redis synchronized. If not, many threads could access at the same time and...