actor_cluster 0.5.5 actor_cluster: ^0.5.5 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 Cluster #
Connects multiple actor systems to a cluster.
Features #
- The actor systems can run in different isolate and/or processes.
- Use a custom serializer/deserializer to transfer message over the network.
- Auto-reconnect after a seed node disconnects.
- The cluster decides on which node an actor is created based on runtime metrics.
- Or the user decides using a full qualified actor path or node tags.