A library for rate-limiting (throttling) HTTP requests in Spring applications. It provides annotations to be used on controller methods or classes to enforce rate-limiting and uses a token bucket algorithm to limit the number of requests that can be made in a certain period of time.
javaspringspring-bootrate-limitingthrottlespringbootspringframeworkthrottlingrate-limiterthrottlerrequest-throttlerthrottle-requestsrequest-limitrequest-limiterrequest-throttling
-
Updated
Feb 2, 2025 - Java