actor_cluster 0.1.0 copy "actor_cluster: ^0.1.0" to clipboard
actor_cluster: ^0.1.0 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.
  • Define a bootstrap message to create the initial actors in the cluster.
  • Auto-reconnect after a node disconnects.
  • The cluster can decide on which node an actor is created.

Usage #

Examples #

0
likes
0
pub points
15%
popularity

Publisher

verified publisherblimster.net

Connects multiple actor systems into a cluster. Actor systems can run in different isolates and processes.

Homepage

License

unknown (license)

Dependencies

actor_system, async, logging, msgpack_dart, stream_channel, uuid, yaml

More

Packages that depend on actor_cluster