mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
*: make MemberList linearizable
- Add linearizable field to etcdserverpb.MemberListRequest. - Change behavior of clienv3 MemberList API. Now it is served with linearizable guarantee.
This commit is contained in:
@@ -2365,7 +2365,13 @@
|
||||
}
|
||||
},
|
||||
"etcdserverpbMemberListRequest": {
|
||||
"type": "object"
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"linearizable": {
|
||||
"type": "boolean",
|
||||
"format": "boolean"
|
||||
}
|
||||
}
|
||||
},
|
||||
"etcdserverpbMemberListResponse": {
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user