Explicit options override the NEBIUS_GRPC_KEEPALIVE_* environment
variables. When you supply an options object, omitted fields use SDK
defaults instead of environment values. Set KeepaliveOptions.timeMs
to 0, or set
SDKOptions.keepalive
to false, to disable keepalive.
Keepalive pings help detect a broken connection during a long-lived
process. A server or network can reject pings that are too frequent.
Configures gRPC keepalive.
Explicit options override the
NEBIUS_GRPC_KEEPALIVE_*environment variables. When you supply an options object, omitted fields use SDK defaults instead of environment values. Set KeepaliveOptions.timeMs to0, or set SDKOptions.keepalive tofalse, to disable keepalive.Keepalive pings help detect a broken connection during a long-lived process. A server or network can reject pings that are too frequent.
Example