BridgeFailoverConfig

data class BridgeFailoverConfig(val failoverMode: BridgeFailoverModeEnum, val sourcePriority: BridgeSourcePriority? = null, val state: BridgeFailoverConfigStateEnum? = null)

The settings for source failover.

Constructors

Link copied to clipboard
constructor(failoverMode: BridgeFailoverModeEnum, sourcePriority: BridgeSourcePriority? = null, state: BridgeFailoverConfigStateEnum? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of failover you choose for this flow. FAILOVER allows switching between different streams.

Link copied to clipboard

The priority you want to assign to a source. You can have a primary stream and a backup stream or two equally prioritized streams.

Link copied to clipboard

The state of source failover on the flow. If the state is inactive, the flow can have only one source. If the state is active, the flow can have one or two sources.