io.helidon.webserver.grpc.GrpcConfig

Description

gRPC protocol configuration

Configuration options

KeyTypeDefaultDescription
max-read-buffer-sizeInteger4194304Max size of gRPC reading buffer
grpc-servicesMap<String, GrpcServerService> or List<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-servicesBooleantrueWhether to enable automatic service discovery for grpc-services

Usages


See the manifest for all available types.

Copyright © 2018, 2026 Oracle and/or its affiliates.