Class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector automatic background retry execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorAutomaticRetryExecutionCategories
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”AutomaticAttemptRecorded
Section titled “ AutomaticAttemptRecorded”The bounded command journal already contains one automatic retry attempt.
public const string AutomaticAttemptRecorded = "automatic-attempt-recorded"Field Value
Section titled “Field Value”CooldownActive
Section titled “ CooldownActive”The runtime currently remains inside an active retry cooldown window.
public const string CooldownActive = "cooldown-active"Field Value
Section titled “Field Value”FeatureDisabled
Section titled “ FeatureDisabled”Automatic background retry execution is disabled by the current host-owned data runtime options.
public const string FeatureDisabled = "feature-disabled"Field Value
Section titled “Field Value”LatestExecutionAdapted
Section titled “ LatestExecutionAdapted”The latest matching automatic retry attempt translated a provider command shape.
public const string LatestExecutionAdapted = "latest-execution-adapted"Field Value
Section titled “Field Value”LatestExecutionBlocked
Section titled “ LatestExecutionBlocked”The latest matching automatic retry attempt remained blocked.
public const string LatestExecutionBlocked = "latest-execution-blocked"Field Value
Section titled “Field Value”LatestExecutionFailed
Section titled “ LatestExecutionFailed”The latest matching automatic retry attempt failed while Cephalon was translating the provider command.
public const string LatestExecutionFailed = "latest-execution-failed"Field Value
Section titled “Field Value”LatestExecutionNoOp
Section titled “ LatestExecutionNoOp”The latest matching automatic retry attempt determined that no provider command is required.
public const string LatestExecutionNoOp = "latest-execution-no-op"Field Value
Section titled “Field Value”LatestExecutionUnavailable
Section titled “ LatestExecutionUnavailable”The latest matching automatic retry attempt could not resolve a provider execution adapter.
public const string LatestExecutionUnavailable = "latest-execution-unavailable"Field Value
Section titled “Field Value”ManualApprovalRequired
Section titled “ ManualApprovalRequired”The runtime still requires manual approval before automatic background retry execution should continue.
public const string ManualApprovalRequired = "manual-approval-required"Field Value
Section titled “Field Value”MatchingAutomaticAttempt
Section titled “ MatchingAutomaticAttempt”The bounded command journal already contains one automatic retry attempt that matches the current retry fingerprint.
public const string MatchingAutomaticAttempt = "matching-automatic-attempt"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”No additional provider execution is currently needed.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The runtime remains observe-only, so automatic background retry execution does not apply.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Control-plane ownership still remains outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”PolicyBlocked
Section titled “ PolicyBlocked”Shared runtime truth currently blocks automatic background retry execution.
public const string PolicyBlocked = "policy-blocked"Field Value
Section titled “Field Value”PolicyDisabled
Section titled “ PolicyDisabled”Automatic background retry execution is disabled by the current shared retry-execution policy.
public const string PolicyDisabled = "automatic-retry-disabled"Field Value
Section titled “Field Value”RetryReady
Section titled “ RetryReady”The runtime currently exposes one retry-ready candidate for automatic background retry execution.
public const string RetryReady = "retry-ready"