feat(dcl): add failover state machine to DataConnectionActor with round-robin endpoint switching

This commit is contained in:
Joseph Doherty
2026-03-22 08:30:03 -04:00
parent 46304678da
commit da290fa4f8
3 changed files with 56 additions and 6 deletions
@@ -49,6 +49,7 @@ public class DataConnectionManagerActor : ReceiveActor
var props = Props.Create(() => new DataConnectionActor(
command.ConnectionName, adapter, _options, _healthCollector,
_factory, command.ProtocolType,
command.PrimaryConnectionDetails,
command.BackupConnectionDetails,
command.FailoverRetryCount));