We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/coreos/etcd/blob/4408ecede8903225128acee649f5e4e5ae6ed87a/etcdserver/etcdserverpb/rpc.proto#L988-L992
I noticed this abnormal type definition while im writing the etcd3-py client
In every other message 'key' and 'range_end' are bytes, except this one
I'm very curious about that
does that mean the functions of key-range (like prefix, all_keys) are limited here?
The text was updated successfully, but these errors were encountered:
/cc @mitake
Sorry, something went wrong.
@Revolution1 thanks for your report. The string type wouldn't have a rationale reason, I'll fix it soon.
*: unify type of key and rangeEnd in AuthRoleRevokePermissionRequest
50bd962
Fix etcd-io#9424
752963b
No branches or pull requests
https://github.com/coreos/etcd/blob/4408ecede8903225128acee649f5e4e5ae6ed87a/etcdserver/etcdserverpb/rpc.proto#L988-L992
I noticed this abnormal type definition while im writing the etcd3-py client
In every other message 'key' and 'range_end' are bytes, except this one
I'm very curious about that
does that mean the functions of key-range (like prefix, all_keys) are limited here?
The text was updated successfully, but these errors were encountered: