ratelimitj icon indicating copy to clipboard operation
ratelimitj copied to clipboard

Spring + AOP support

Open ecostanzi opened this issue 6 years ago • 2 comments

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 more mature I tried to merge the two. I might use this in some project next month so let me know what you think.

ecostanzi avatar Jan 30 '18 21:01 ecostanzi

This is how actually a spring service could look like

ecostanzi avatar Jan 30 '18 21:01 ecostanzi

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.

mokies avatar Mar 04 '18 03:03 mokies