ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStates

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable state identifiers used by managed-connector cross-node idempotency-hardening answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStates

objectCdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningStates

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

Cross-node idempotency remains risky because retained command lineage already looks duplicated for the current retry posture.

public const string DuplicateLineageRisk = "duplicate-lineage-risk"

string

Cross-node idempotency evidence currently looks safe for the current retry posture.

public const string IdempotentSafe = "idempotent-safe"

string

Cross-node idempotency hardening does not currently apply to the execution runtime.

public const string NotApplicable = "not-applicable"

string

Cross-node idempotency hardening still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

Cross-node idempotency remains risky because the durable replay window still lacks enough retained evidence.

public const string ReplayWindowRisk = "replay-window-risk"

string

Cross-node idempotency remains risky because ownership or reporter-lease truth still looks stale or conflicted.

public const string StaleOwnerRisk = "stale-owner-risk"

string