envoyproxy/envoy

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

Open

#13,417 opened on 2020年10月7日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/grpchelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

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.

コントリビューターガイド