Skip to content

Java rate limiting library based on token-bucket algorithm Quarkus extension

License

Notifications You must be signed in to change notification settings

quarkiverse/quarkus-bucket4j

Repository files navigation

Quarkus Bucket4j

All Contributors

Version

Bucket4J is a Java rate-limiting library based on the token-bucket algorithm. Bucket4j is a thread-safe library that can be used in either a standalone JVM application, or a clustered environment. It also supports in-memory or distributed caching via the JCache (JSR107) specification. This extension allow you to control the request rate sent to your application by using a dead simple API.

Compatibility

v1.x is compatible with quarkus 3+

Getting Started

Read the full documentation.

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Loïc Hermann
Loïc Hermann

💻 🚧

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Java rate limiting library based on token-bucket algorithm Quarkus extension

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages