config.proto

Package: envoy.extensions.cache.grpc.v2

Types:

Source File: github.com/solo-io/gloo/projects/gloo/api/external/envoy/extensions/cache/grpc/config.proto

GrpcCacheConfig

[#proto-status: experimental]

"service": .solo.io.envoy.config.core.v3.GrpcService
"timeout": .google.protobuf.Duration
"maxPayloadSize": int

Field Type Description
service .solo.io.envoy.config.core.v3.GrpcService A GRPC service: this maps exactly to envoy GRPC service defintions.
timeout .google.protobuf.Duration Connection timeout for retrieval from cache.
maxPayloadSize int Max payload size to cache. This may be set to protect against large requests or responses by not caching them.