5 comments (5 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/ratelimithelp wanted
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
Title: One line description
Description:
It is better to support caching limit in the client-side instead of calling the rls server for each new request.
[optional Relevant Links:]
Any extra documentation required to understand the issue.
Contributor guide
- Research direction
- Examine the existing rate limit filter in source/extensions/filters/http/ratelimit/ and implement a caching layer to store rate limit responses from the RLS server.
- Tech stack
- cpp
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- C++Envoy