Description

Configuration of a gRPC client.

Usages

Configuration options

KeyKindTypeDefault ValueDescription
abort-poll-time-expiredVALUEBooleanfalseWhether to continue retrying after a poll wait timeout expired or not
heartbeat-periodVALUEDurationPT0SHow often to send a heartbeat (HTTP/2 ping) to check if the connection is still alive
init-buffer-sizeVALUEInteger2048Initial buffer size used to serialize gRPC request payloads
nameVALUEStringgrpcName identifying this client protocol
next-request-wait-timeVALUEDurationPT1SWhen 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-timeVALUEDurationPT10SHow long to wait for the next HTTP/2 data frame to arrive in underlying stream

See the manifest for all available types.