ReplicationModes

For all, of 3 concrete sessions, one concrete session can be hashtag #InMaintenance while it gets closed and a new connection rendezvous occurs through the active Brokers.

Sessions can be closed from off a timer, to allow for crypto session cycling. Sessions can also refresh their encryption by going through the Subscribe / Response / Sig DH cycle for crypto cipher cycling.

  1. LeaderOneAtATimeMode • Start with a Leader session and traffic until hashtag #Closed , then fail over to new Leader selection. This selection occurs by either the Client side (outgoing) or Connection side (incoming). Traffic is sent to only 1 session at a time.

  2. QuorumOfTwoMode • A Quorum out of potentially 3 sessions is 2. If the send is successful (no Closing or Transmit error) to 2 sessions, consider Quorum met.

  3. FirstPassThePostMode • Send traffic to all 3 sessions, if able. One transmission will arrive first.

Last updated