Skip to content
#

throttle-requests

Here are 4 public repositories matching this topic...

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.

  • Updated Jul 7, 2024
  • Java

A Java concurrent API to throttle the maximum concurrency to process tasks for any given client while the total number of clients being serviced in parallel can also be throttled

  • Updated Dec 9, 2024
  • Java

Improve this page

Add a description, image, and links to the throttle-requests topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the throttle-requests topic, visit your repo's landing page and select "manage topics."

Learn more