State

The current state (active/inactive) of this CUE Zipline instance.

{
  "component": "/state",
  "data": {
    "state": "active"
    "remotes": [
      "01_zipline"
    ],
    "disconnected": [],
  }
}
state

The state of this CUE Zipline instance. active means it is actively processing updates from Content Store, inactive means it is not.

In a CUE Zipline cluster only one instance is active at any given time: the other instances will report that they are inactive. If the active instance is shut down, one of the inactive instances will change state to "active and start processing updates.

remotes

The IDs of all connected remote instances in a CUE Zipline cluster. In a cluster with three members, this list should always contain two entries (on all three instances). If this is not the case, then one or more instances are not communicating properly.

disconnected

The IDs of all instances that have been connected in the past, but are not currently connected. If this list contains entries and all your CUE Zipline instances are running, then the instances are not communicating properly.