client-java icon indicating copy to clipboard operation
client-java copied to clipboard

TiKV Java Client

Results 100 client-java issues
Sort by recently updated
recently updated
newest added

CDC's region client will pass a key range to the ChangeDataRequest, assuming TiKV will perform filtering upon the key range so that only change logs in the range will be...

Hi, While making changes to allow compilation / running with JDK9+, I noticed there is a utility class `FastByteComparisons` with static methods to compare two `byte[]` arrays or segments of...

I noticed that JDK 8 is still needed for building. Is this intentional? Do you plan to support JDK 8 in the java-client? I'm looking at some warnings like: ```...

1. step @Test public void putwithInvalidTTL() { if (!initialized) return; long ttl = -1; ByteString key = ByteString.copyFromUtf8("key_lt"); ByteString value = ByteString.copyFromUtf8("value1"); checkDelete(key); try { client.put(key, value, ttl); } catch...

type/bug

Current APIs for transactions are too low-level and not user-friendly. (because they are extracted from TiSpark's client) Should rewrite these transaction APIs to use `row` format so that users can...

We need to make sure: - [x] How is the client suppose to use? One RawKVClient per thread or shared among threads? (if thread-safe? If not, we need to document...

## Bug Report ### 1. Describe the bug We use txn client to scan data, with a certain start key and end key, but it does not woking with a...

type/bug

## Bug Report ### 1. Describe the bug When I use method catalog.getTable(db,table), I may get a null object of TiTableInfo. I use client-java in mapreduce, and there are more...

type/bug

Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.2.2 to 2.13.4.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.fasterxml.jackson.core:jackson-databind&package-manager=maven&previous-version=2.13.2.2&new-version=2.13.4.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies