ratelimitj icon indicating copy to clipboard operation
ratelimitj copied to clipboard

A Java library for Rate-Limiting, providing extensible storage and application framework adaptors.

Results 21 ratelimitj issues
Sort by recently updated
recently updated
newest added

If redis is down the whole reactive app stops working . This is due to the fact that there is no timeout setup ![image](https://user-images.githubusercontent.com/6306308/75586403-f77cac00-5a39-11ea-961b-0003f09eec2e.png) To fix the issue ` public...

The computation of blockId is as follows: blockId = Math.floor(time_now/precision); Currently, while computing the blockId in all the test cases the BanditSupplier starts the timer at perfectly rounded count of...

redis version 3.2 and cluster is build with official solution https://redis.io/topics/cluster-tutorial i create the cluster: master A and slave a master B and slave b master C and slave c...

Hi, I am getting below error while calling overLimitWhenIncremented Pleae guide me if I am doing anything wrong ``` 2019-09-06 12:26:26.821 DEBUG 15328 --- [nio-7070-exec-2] o.s.web.servlet.DispatcherServlet : Failed to complete...

This Lib looks exactly to what I was looking for, but the lack of documentation makes it difficult to get started. A quick example on how to use the APIs...

I was using this library(Redis module) and really wanted to use it to dynamically rate limit APIs at runtime. But looking at the code it appears like limit rule is...

Hi, I may be confused with the 'precision' but I don't get the expected results when I use the default precision. #### When using default precision (i.e. precision = duration)...

I would like to ask how to obtain the remaining time of the current limit through the interface. For example, if I limit the number of requests to 100 in...

Hello! few years ago I worked on a similar project (https://github.com/ecostanzi/spring-rate-limiter). The idea was using annotations to rate limiting method calls. Since on the rate limiter section this project seems...

I noticed this item in the project backlog and would like to express my interest in it. Do you anticipate this will be implemented in the near future?