Config key
grpc

This type provides the following service implementations:

  • io.helidon.webserver.spi.ProtocolConfigProvider

Configuration options

Table 1. Optional configuration options
key type default value description

enable-compression

boolean

true

Whether to support compression if requested by a client. If explicitly disabled, no compression will be ever be used by the server even if a client-compatible compressor is found.

enable-metrics

boolean

false

Whether to collect metrics for gRPC server calls.