show raft leader via shell (#3796)
This commit is contained in:
committed by
GitHub
parent
0f522da367
commit
36daa7709d
@@ -400,7 +400,8 @@ message RaftListClusterServersResponse {
|
||||
message ClusterServers {
|
||||
string id = 1;
|
||||
string address = 2;
|
||||
string suffrage = 3; //
|
||||
string suffrage = 3;
|
||||
bool isLeader = 4;
|
||||
}
|
||||
repeated ClusterServers cluster_servers = 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user