actor_cluster 0.2.1 actor_cluster: ^0.2.1 copied to clipboard
Connects multiple actor systems into a cluster. Actor systems can run in different isolates and processes.
⚠️ ALPHA ⚠️
This package is in early stage of development. Breaking changes will happen very often. The package has no tests yet.
Actor System #
Connects multiple actor systems to a cluster.
Features #
- The actor systems can run in different isolate and/or different processes.
- Use a custom serializer/deserializer to transfer message over the network.
- Auto-reconnect after a seed node disconnects.
- The cluster can decide on which node an actor is created.