# Functions
NewEngine creates an instance of cluster Engine.
WithHasher sets the custom hasher.
WithLogger sets the logger.
WithMinimumPeersQuorum sets the minimum number of nodes to form a quorum.
WithPartitionsCount sets the total number of partitions.
WithReadTimeout sets the Node read timeout.
WithReplicaCount sets replica count.
WithShutdownTimeout sets the Node shutdown timeout.
WithWriteTimeout sets the Node write timeout.
# Variables
ErrActorNotFound is return when an actor is not found.
ErrPeerSyncNotFound is returned when a peerSync record is not found.
# Type aliases
No description provided by the author
OptionFunc implements the Option interface.