issues
search
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
use local variable instead of
shared_ptr
for rpc request and response
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
shared_ptr
for rpc request and responseRpcTypeTraits
with a more elegant way