kvproto icon indicating copy to clipboard operation
kvproto copied to clipboard

Protocol buffer files for TiKV

Results 58 kvproto issues
Sort by recently updated
recently updated
newest added

I wonder if this is an acceptable approach... Ref: https://github.com/tikv/tikv/issues/16297

size/XXL

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...

dependencies
size/S

Part of https://github.com/tikv/tikv/issues/16708 - Rename `resolved_ts` to name `watermark` if it is a field. Rename proto filed name without change its id is compatible. - Keep PD API `rpc ReportMinResolvedTS(ReportMinResolvedTsRequest)...

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.31.0&new-version=1.33.0)](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 it yourself. You can also trigger a...

dependencies

As a protobuf of TiKV, it should be placed with other TiKV ecosystems, e.g. located in github.com/tikv/proto. Related: https://github.com/pingcap/kvproto/issues/912

add role field to ru request to better differentiate between different source of resource usage.

cherry-pick https://github.com/pingcap/kvproto/pull/1046 to release-6.5

This PR adds a new RPC `ScanTxnEntries`, which is like `Scan` but retrieves `TxnEntry`s instead of Key-Value pairs.