0 purchases
actor cluster
⚠️ 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.
Usage #
Example #
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.