envoyproxy/envoy

Rate limit number of messages per second per stream for streaming gRPC

Open

#23,942 opened on Nov 10, 2022

View on GitHub
 (8 comments) (0 reactions) (1 assignee)C++ (5,373 forks)batch import
area/ratelimitenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

Title: Rate limit number of messages per second for streaming gRPC

Description:

Envoy has the rate limit for the downstream connections. For the streaming gRPC, could Envoy rate limit the message rate per stream?

Contributor guide