# Functions

NewReplicator returns a new Replicator instance that makes calls with the given SubChannel to the service defined by SubChannel.GetServiceName().

# Constants

Parallel fanout mode for replicator read write requests.
SerialBalanced fanout mode for replicator read write requests.
SerialSequential fanout mode for replicator read write requests.

# Structs

Options for sending a read/write replicator request.
A Replicator is used to replicate a request across nodes such that they share ownership of some data.
A Response is a response from a replicator read/write request.

# Interfaces

A Sender is used to lookup the destinations for requests given a key.

# Type aliases

FanoutMode defines how a replicator should fanout it's requests.