rpc.proto: added a new field hash_revision into HashKVResponse

Signed-off-by: Benjamin Wang <wachao@vmware.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Benjamin Wang 2022-10-06 20:03:47 +08:00
parent 4c8244622e
commit cd746de14e
1 changed files with 2 additions and 0 deletions

View File

@ -695,6 +695,8 @@ message HashKVResponse {
uint32 hash = 2;
// compact_revision is the compacted revision of key-value store when hash begins.
int64 compact_revision = 3;
// hash_revision is the revision up to which the hash is calculated.
int64 hash_revision = 4 [(versionpb.etcd_version_field)="3.6"];
}
message HashResponse {