Expand description
Persistent phase/position marker for faucet replicate, plus the pure
phase-decision logic. The marker lives at {name}::__replication__; the CDC
bookmark lives at {name}::cdc (the CDC node’s executor state key).
Structs§
- Replication
State - The durable replication marker.
Enums§
- Phase
- Replication phase recorded in the marker.
- Plan
- What the orchestrator should do given the loaded marker (
None= fresh).
Functions§
- cdc_
state_ key - State key the CDC node will read/advance (must match the executor’s key for
a root node whose id is
cdc:{name}::cdc). - marker_
key - State key holding the replication phase marker.
- plan_
from_ marker - Decide the next action from a loaded marker.