Description
Configuration of a gRPC client.
Usages
Configuration options
| Key | Kind | Type | Default Value | Description |
|---|
abort-poll-time-expired | VALUE | Boolean | false | Whether to continue retrying after a poll wait timeout expired or not |
heartbeat-period | VALUE | Duration | PT0S | How often to send a heartbeat (HTTP/2 ping) to check if the connection is still alive |
init-buffer-size | VALUE | Integer | 2048 | Initial buffer size used to serialize gRPC request payloads |
name | VALUE | String | grpc | Name identifying this client protocol |
next-request-wait-time | VALUE | Duration | PT1S | When data has been received from the server but not yet requested by the client (i.e., listener), the implementation will wait for this duration before signaling an error |
poll-wait-time | VALUE | Duration | PT10S | How long to wait for the next HTTP/2 data frame to arrive in underlying stream |
See the manifest for all available types.