ydb-go-sdk icon indicating copy to clipboard operation
ydb-go-sdk copied to clipboard

feat: remove idle grpc connections from grpc balancer

Open rekby opened this issue 11 months ago • 0 comments

Feature Request

Describe the Feature Request

YDB SDK creates grpc connections (lazy), then keepalive them until while the node persisted in discovery results.

Side effect: on large clusters it can create a lot of connections if process has activity. Then all of the connections has keeping alive until stop process/restart cluster.

The SDK need feature for detect and close unused connections.

rekby avatar Mar 20 '24 15:03 rekby