iosmanthus
iosmanthus
Signed-off-by: iosmanthus ### What problem does this PR solve? Issue Number: close #TBD Problem Description: **TBD** ### What is changed and how does it work? Upgrade grpc-netty to 1.48.0 ###...
## Feature Request For now, how to setup a TLS client for TiKV in Java is undocumented, we need an example for this type of deployment.
This issue is a tracking issue of the TiKV API V2 feature of `client-java`. For now, the API version is attached to request contexts and the key prefix is also...
## Feature Request **Is your feature request related to a problem? Please describe:** `Backoffer` is an interface that controls the backoff action while a request failed. But now it is...
## Feature Request **Is your feature request related to a problem? Please describe:** While handling multiple clusters with a single client, we need some information to distinguish them in metrics...
## Feature Request The code coverage of `client-java` is insufficient. Planty of code logic can be only covered by the internal integration tests without more granular unit tests. There is...
## Feature Request **Is your feature request related to a problem? Please describe:** For now, the format of the slow log is hard to read and comprehend. ```json { "start":...
Signed-off-by: iosmanthus ### What problem does this PR solve? Issue Number: close #396 Problem Description: this pull request upgrade the log4j and slf4j to avoid some security issues and improve...
## Bug Report ### 1. Describe the bug RawBatchGet throws NRE while disconnecting to TiKV. ### 2. Minimal reproduce step (Required) 1. RawBatchPut. 2. Sleep for a while. 3. Kill...
## Feature Request **Is your feature request related to a problem? Please describe:** For now, our master is suffering from a forward-compatibility issue, we can't access TiKV older than v5.3.0...