Skip to main content

Module driver

Module driver 

Source

Structs§

PartitionDriver
Workflow driver that encodes the correct SF-style lifecycle sequences for a partition. Operates on ReplicaHandle trait objects — agnostic to whether replicas are in-process or remote.

Traits§

ReplicaHandle
Handle for communicating with a single replica’s replicator. Tests implement this via in-process channels; the operator implements it via gRPC to a remote pod.