CoordinatorCandidateInfo
editCoordinatorCandidateInfo
editSummarized information about a coordinator candidate.
Properties
edit-
acl
(ZkAcl
, required) - Zookeeper ACL of nodes this coordinator candidate is allowed to read
-
attributes
(map[string,
string
, required)]
- Attributes of this coordinator candidate
-
id
(integer
asint32
) - Zookeeper server identifier corresponding to this coordinator candidate
-
name
(string
, required) - Name of this coordinator candidate.
-
public_hostname
(string
, required) - Public hostname of this coordinator candidate
-
state
(string
; allowed values: [accepted
,pending
], required) - State of the candidate
Example
edit{ "acl" : { "id" : "string", "perms" : 0, "scheme" : "string" }, "attributes" : { "some_property" : "string" }, "id" : 0, "name" : "string", "public_hostname" : "string", "state" : "string" }