actor_cluster 0.5.5 copy "actor_cluster: ^0.5.5" to clipboard
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.

Usage #

Example #

0
likes
150
pub points
9%
popularity

Publisher

verified publisherblimster.net

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

Repository

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on actor_cluster