package
2.7.1
Repository: https://github.com/tochemey/goakt.git
Documentation: pkg.go.dev

# 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.

# Constants

No description provided by the author
No description provided by the author

# Variables

ErrActorNotFound is return when an actor is not found.
ErrPeerSyncNotFound is returned when a peerSync record is not found.

# Structs

Engine represents the Engine.
Event defines the cluster event.
Peer defines the peer info.

# Interfaces

Interface defines the Node interface.
Option is the interface that applies a configuration option.

# Type aliases

No description provided by the author
OptionFunc implements the Option interface.