Skip to content

io.helidon.webserver.grpc.GrpcConfig

Description

N/A

Configuration options

KeyTypeDefaultDescription
max-read-buffer-sizeInteger2097152Max size of gRPC reading buffer
grpc-servicesList<GrpcServerService>gRPC server services
enable-compressionBooleantrueWhether to support compression if requested by a client
enable-metricsBooleanfalseWhether to collect metrics for gRPC server calls
grpc-services-discover-servicesBooleanfalseWhether to enable automatic service discovery for grpc-services

Usages


See the manifest for all available types.