tikv / client-c

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

Refactor RpcCall #150

Closed gengliqi closed 1 year ago

gengliqi commented 1 year ago
  1. use local variable instead of shared_ptr for rpc request and response
  2. replace original implementation of RpcTypeTraits with a more elegant way
gengliqi commented 1 year ago

/run-all-tests

gengliqi commented 1 year ago

/run-all-tests