envoyproxy / envoyproxy/ratelimit
Expose a batch rate limit request
Open
help wanted
- Dominant language
- Go
- Stars
- 2.7k
- Forks
- 535
- PR merge metrics
- No merged PRs in 30d
Description
There are situations where users would like to be able to send a batch request to minimize network roundtrips. The two types of requests that come to mind:
1) Sending rate limit requests for more than 1 domain/key/value tuples.
2) Sending rate limit requests for the same domain/key/value treated as if they were separate requests. There is no work around for this with the current API because summing requests could potentially put you over limit for the entire batch.
Contributor guide
Assessment
This issue has not been assessed yet.