Skip to main content

Module replicator

Module replicator 

Source

Modules§

actor
primary
queue
quorum
secondary

Structs§

OpenContext
Context provided to the user at Open time. Contains what the user needs to create a replicator (bind addresses, replica ID, etc.)
ReplicatorHandle
Handle returned by the user to the runtime at Open. The runtime uses this to drive replicator lifecycle via control events. Contains shared PartitionState for synchronous access-status fencing.
ServiceContext
User-facing handles produced by the replicator factory. The user keeps these; the ReplicatorHandle goes to the runtime.
WalReplicator
WAL-based quorum replicator factory. Creates the actor, data plane, streams, and returns handles.