feat(dcl): add failover state machine to DataConnectionActor with round-robin endpoint switching
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user