envoyproxy/envoy

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

Open

#13 417 ouverte le 7 oct. 2020

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)C++ (5 373 forks)batch import
area/grpchelp wanted

Métriques du dépôt

Stars
 (27 997 stars)
Métriques de merge PR
 (Merge moyen 8j) (378 PRs mergées en 30 j)

Description

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.

Guide contributeur