-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
type/feature-requestNew feature requestNew feature request
Description
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 prepended according to the API version: #575. The rest of the work is working on the test for the feature:
- Test framework of checking the API/TTL config of a TiKV cluster.
- A CI matrix with dimensions of API version and TTL mode.
- Test that runs only with a specific API/TTL config. (using the
Assumeguard, e.g.Assume.assumeTrue(getServerApiVersion().isV1() && getServerTTLEnabled())) - Tests cover the API compatible matrix: https://github.com/pingyu/tikv-rfcs/blob/rfc_api_v2_pd/text/0069-api-v2.md#tikv-client
Metadata
Metadata
Assignees
Labels
type/feature-requestNew feature requestNew feature request