envoyproxy / envoyproxy/java-control-plane

Support server side xds ratelimiting for client connections

未关闭
#300 1 条评论 2 个 reaction 已指派 1 人 已被 @nezdolik 认领 在 GitHub 查看
enhancement
主要语言
Java
星标
312
派生
149
PR 合并指标
30 天内没有已合并 PR

描述

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

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。