Craig Baker
Craig Baker
Pull requests welcome! There are some simple examples found within the project such as https://github.com/mokies/ratelimitj/tree/master/ratelimitj-redis . What exactly did you find confusing?
Hi @fsamire and @Salaboy, Apologies for the long delay in replying. I have put together a very simple Servlet example to assist you, see https://github.com/mokies/ratelimitj/blob/master/ratelimitj-examples/src/main/java/ServletRateLimitedExample.java
Hi @asafmor, Apologies for the defect in the in-memory rate limiter. It seems the test suite was too simplistic to pick up the issue. The critical defect has been patched...
Thanks @ecostanzi - Spring AOP is probably the next module I should work on. I'm going to read through your implementation for some ideas. Thanks again for your input.
Hi @robmoore, Sorry for the late reply as I been on holiday. While I don't have a timeline for implementing the concurrent Redis rate limiter it is something I would...
Yes it is a good idea and something I am considering as it maybe useful to return counts to upstream clients like so: Status: 200 OK X-RateLimit-Limit: 5000 X-RateLimit-Remaining: 4999...
Yes duplicating the ltcminers.yml was a little nasty. I've tidied things up a little and push the changes. However the most exciting change is the new version of cudaminer which...