tikv / client-c

The C++ TiKV client used by TiFlash.
Apache License 2.0
40 stars 48 forks source link

Set grpc keepalive configuration for client #164

Open gengliqi opened 9 months ago

gengliqi commented 9 months ago

Currently, the keepalive configuration is not set for client. So if a server is shut down abnormally, the client can not detect the failure of the server side thus it may hang forever.