CoordinatorCandidateInfoedit

Summarized information about a coordinator candidate.

Propertiesedit

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 as int32)
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

Exampleedit

{
   "acl" : {
      "id" : "string",
      "perms" : 0,
      "scheme" : "string"
   },
   "attributes" : {
      "some_property" : "string"
   },
   "id" : 0,
   "name" : "string",
   "public_hostname" : "string",
   "state" : "string"
}