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

feat: support rate limits #181

Closed
dk-lockdown opened this issue Jul 6, 2022 · 1 comment
Closed

feat: support rate limits #181

dk-lockdown opened this issue Jul 6, 2022 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Milestone

Comments

@dk-lockdown
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@dk-lockdown dk-lockdown added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jul 6, 2022
@dk-lockdown dk-lockdown added this to the v0.4.0 milestone Jul 7, 2022
@dk-lockdown
Copy link
Collaborator Author

dk-lockdown commented Aug 13, 2022

Supports separate setting of rate limiting rules for CRUD requests.

  - name: rateLimiterFilter
    kind: RateLimiterFilter
    conf:
      # 1000 requests per second
      insert_limit: 1000
      # 1000 requests per second
      update_limit: 1000
      # 1000 requests per second
      delete_limit: 1000
      # 1000 requests per second
      select_limit: 1000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant