You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should we also expose Hash API to clientv3 and go from there?
Then adding hash field to StatusResponse?
Or just separate wrapper in clientv3 for HashResponse.
@gyuho I'm hesitant to change StatusResponse to include data that's not returned by the status RPC. Just HashKV(int64) (*HashKVResponse, error) under the maintenance interface should be OK.
Support hashing the KV store through etcdctl.
The text was updated successfully, but these errors were encountered: