Record -
grpc
: ClientConfiguration
Represents client endpoint configuration.
Fields
- timeoutInMillis int 60000
-
The maximum time to wait (in milliseconds) for a response before closing the connection
- poolConfig PoolConfiguration? ()
-
Connection pool configuration
- secureSocket SecureSocket? ()
-
SSL/TLS related options
- compression Compression COMPRESSION_AUTO
-
Specifies the way of handling compression (
accept-encoding
) header