- GrpcServerConfiguration (grpc.server) Configuration
Configuration Options
Optional configuration options
| key | type | default value | description |
|---|---|---|---|
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 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 Configuration key: `workers` |