Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategories

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by managed-connector automatic background retry coordination answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategories

objectCdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryCoordinationCategories

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The current host coordination owner holds the active reporter lease.

public const string ActiveLeaseHeld = "active-lease-held"

string

The runtime currently exposes one active reporter owner.

public const string ActiveReporterVisible = "active-reporter-visible"

string

The current host declared a local coordination owner identifier for automatic retry.

public const string CoordinationOwnerConfigured = "coordination-owner-configured"

string

The current host did not declare a local coordination owner identifier for automatic retry.

public const string CoordinationOwnerMissing = "coordination-owner-missing"

string

The runtime depends on reporter-lease coordination before automatic retry should execute.

public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"

string

No active reporter lease is currently visible for automatic retry.

public const string LeaseMissing = "lease-missing"

string

Automatic retry still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current host coordination owner matches the active reporter lease.

public const string OwnerMatch = "owner-match"

string

The current host coordination owner does not match the active reporter lease.

public const string OwnerMismatch = "owner-mismatch"

string

Reporter coordination currently remains conflicted.

public const string ReporterConflict = "reporter-conflict"

string

The runtime can evaluate automatic retry on a single node without reporter-lease coordination.

public const string SingleNodeRuntime = "single-node-runtime"

string