GrpcServerConfiguration (grpc.server) Configuration

Type: io.helidon.grpc.server.GrpcServerConfiguration

Configuration Options

Optional configuration options
keytypedefault valuedescription
name

string

grpc.server

Set the name of the gRPC server.

Configuration key: `name`
native

boolean

false

Specify if native transport should be used.

port

int

1408

Sets server port. If port is 0 or less then any available ephemeral port will be used.

Configuration key: `port`
workers

int

Number of processors available to the JVM

Sets a count of threads in pool used to process HTTP requests. Default value is CPU_COUNT * 2.

Configuration key: `workers`