client-c
client-c copied to clipboard
The C++ TiKV client used by TiFlash.
See https://github.com/tikv/client-go/blob/5945fe392067dab939cd642e4d3ccd3bd9f8e5e2/internal/locate/region_cache.go#L154.
Splitting region by only 1 key is deprecated. Split by multiple keys to suppress warnings. Rely on https://github.com/tikv/mock-tikv/pull/12
See https://github.com/tikv/client-c/issues/164
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...
tiflash include keyspace in its `Storages/Transaction/Types.h`, so updating kvproto will cause lots of files recompiled. Split keyspace related defines in a standalone include header, so that updating kvproto won't cause...
Add compilation options such as:cmake -DENABLE_TESTS=ON .. This command causes compilation to fail,As mentioned in the pingcap Developer Forum, grpc is compiled with dynamic libraries. The old version of clien-c...
[add] add raw client api ref to tiki rust-client [modify] change roc timeout from second to milliseconds [add] add simple test, and to add more tests