Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support server side xds ratelimiting for client connections #300

Open
nezdolik opened this issue Nov 14, 2023 · 1 comment
Open

Support server side xds ratelimiting for client connections #300

nezdolik opened this issue Nov 14, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nezdolik
Copy link
Member

nezdolik commented Nov 14, 2023

we at Spotify run large pool of Envoys and a single control plane per cloud region. Due to specific reasons we run single instance of control plane per region, which may be changed in future. We have hit scalability issues (related to netty buffers), when control plane got overwhelmed by too many Envoys reconnecting (after control plane restart) and requesting XDS snapshot simultaneously. For that case we have implemented XDS ratelimiting feature in control plane, that allows only N new concurrent xds streams to be establishes per second based on xds node id. The feature has been battle proven in production, it sparked some community interest and we would like to contribute such feature to java control plane library

@nezdolik nezdolik added the enhancement New feature or request label Nov 14, 2023
@nezdolik nezdolik self-assigned this Nov 14, 2023
@mikegajda
Copy link

We'd be interested in this feature at HubSpot for similar scalability reasons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants