Record: ClientConfiguration
Configurations for managing the gRPC client endpoint.
Closed record
Fields
- timeout decimal(default 60)
- poolConfig PoolConfiguration?(default ())
- secureSocket ClientSecureSocket?(default ())
- compression Compression(default COMPRESSION_AUTO)
- retryConfiguration RetryConfiguration?(default ())
- auth ClientAuthConfig?(default ())
- maxInboundMessageSize int(default 4194304)
The maximum time to wait(in seconds) for a response before closing the connection
Connection pool configuration
SSL/TLS related options
Specifies the way of handling compression (accept-encoding
) header
Configures the retry functionality
Configurations related to client authentication
The maximum message size to be permitted for inbound messages. Default value is 4 MB