Apache Curator · Example Payload

Apache Curator Leader Latch State Example

ApacheDistributed CoordinationDistributed SystemsJavaMavenOpen SourceService DiscoveryZooKeeper

Apache Curator Leader Latch State Example is an example object payload from Apache Curator, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idisLeaderstatepathparticipants

Example Payload

apache-curator-leader-latch-state-example.json Raw ↑
{
  "id": "node-01",
  "isLeader": true,
  "state": "STARTED",
  "path": "/services/leader",
  "participants": [
    {
      "id": "node-01",
      "isLeader": true
    }
  ]
}