Question about batchPut in RawKVClient in java

Is batchPut supported in RawKVClient? and is it production ready?

I tried something, most likely the batchPut doesn’t work if the keys are cross different region. Is it true?

Is batchPut supported in RawKVClient?

Yes.

and is it production ready?

Yes. Please refer to https://tikv.github.io/client-java/production-readiness.html.

I tried something, most likely the batchPut doesn’t work if the keys are cross different region. Is it true?

I see your thread about this issue. Let’s discuss there.