envoyproxy/envoy

Cleaner and more generic gRPC channel cache solution for filters that use Google gRPC on data plane

Open

#13,417 创建于 2020年10月7日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/grpchelp wanted

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

Title: Cleaner and more generic gRPC channel cache solution for filters that use Google gRPC on data plane

Description: Currently Google gRPC channel used by filters are created for every request, which is not efficient and has high latency. We need to find a cleaner and more generic gRPC channel cache solution for filters that use Google gRPC on data plane. We have short-term solution for ExtAuthz filter https://github.com/envoyproxy/envoy/pull/13265

[optional Relevant Links:]

Any extra documentation required to understand the issue.

贡献者指南