Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: RateLimitFilter - Provides an exact rate limiting mechanism #794

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Chenjp
Copy link
Contributor

@Chenjp Chenjp commented Dec 6, 2024

smaller PR from #767 .
If you need exact rate limiting and can accept a small decrease in efficiency, ExactRateLimiter may be an alternative option.

you need exact rate limiting and can accept a small decrease in efficiency, ExactRateLimiter may be an alternative option.
@Chenjp Chenjp changed the title enhancemen: RateLimitFilter - Provides an exact rate limiting mechanism enhancement: RateLimitFilter - Provides an exact rate limiting mechanism Dec 6, 2024
@Chenjp
Copy link
Contributor Author

Chenjp commented Dec 16, 2024

minimize API change.

@markt-asf
Copy link
Contributor

You can't remove methods from the RateLimiter interface as it been included in a stable release.

@Chenjp
Copy link
Contributor Author

Chenjp commented Dec 17, 2024

You can't remove methods from the RateLimiter interface as it been included in a stable release.

Updated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants