Skip to content

Standardized abstraction for sharing gRPC async clients across filter instances of a given type/config #12598

@htuch

Description

@htuch

Similar to gRPC access logging, we want to avoid recreating a gRPC AsyncClient each time we have a new request; with Google gRPC this implies a new gRPC channel creation, which is expensive. We should factor out the pattern in gRPC access logger for the TLS client cache and make easy to use across all filters that perform gRPC on the runtime plane.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions