envoyproxy / envoyproxy/ratelimit
Expose a batch rate limit request
Offen
help wanted
- Vorherrschende Sprache
- Go
- Sterne
- 2.7k
- Forks
- 535
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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.
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.