envoyproxy / envoyproxy/ratelimit

Expose a batch rate limit request

Open
#168 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.