envoyproxy / envoyproxy/java-control-plane

Support server side xds ratelimiting for client connections

Ouverte
#300 1 commentaire 2 réactions 1 personne assignée Réclamée par @nezdolik Voir sur GitHub
enhancement
Langage dominant
Java
Étoiles
312
Forks
149
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

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

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.