ClusterConfig

constructor(voters: Set<NodeId>, learners: Set<NodeId> = emptySet())

Parameters

voters

The set of nodes that vote and count toward quorum.

learners

Non-voting nodes that receive replication. Defaults to empty.