ExESDB.ClusterSystem (ex_esdb v0.0.20)

Supervisor for cluster coordination components.

This supervisor manages cluster-specific coordination components:

  • ClusterCoordinator: Handles coordination logic and split-brain prevention
  • NodeMonitor: Monitors node health and handles failures

Note: KhepriCluster is managed at the System level since it's mode-aware.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(opts)