client-java
client-java copied to clipboard
TiKV Java Client
**Is your feature request related to a problem? Please describe.** ALPN TLS extension is not supported **Describe the solution you'd like** support it **Describe alternatives you've considered** N/A **Additional context**
**Is your feature request related to a problem? Please describe.** currently, client-java depends on log4j 1.2.17, although it isn't affected by [CVE-2021-44228](http://cve.mitre.org/cgi-bin/cvename.cgi?name=2021-44228), it has the following problems: 1. it's affected...
## Enhancement ### Summary There are two backoffs in the current backoff and retry mechanism, the first one is inside the `callWithRetry()` function, the other one is outside the function,...
currently, we don't have a unit test report for java client, to accomplish this goal, we need to: - collect and summarize unit test coverage in README.md - add unit...
## 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...
Automated release process - release tikv client jar to maven central repo - release notes to github - add git tag
## 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...
## Bug Report ### 1. Describe the bug RegionSplitTest.rawKVSplitTest will fail with TIKV version lower than v5.2. ### 2. Minimal reproduce step (Required) ``` tiup playground v5.1 --mode tikv-slim --kv...