actor_cluster
Connects multiple actor systems into a cluster. Actor systems can run in different isolates and processes.
0.5.5
blimster/actor_system
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 9 days to 8 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
15 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
15 releases · Feb 2023 to Mar 2024
2024
2025
2026
Releases
latest 15-
0.5.517 Mar 2024 -
0.5.417 Mar 2024 -
0.5.303 Aug 2023Release notes
Open source →- Based on version 0.9.4 of package
actor_system. - Information about of affected actor and message in
ActorStoppedexception.
- Based on version 0.9.4 of package
-
0.5.203 Aug 2023 -
0.5.122 Jul 2023 -
0.5.027 Jun 2023 -
0.4.325 Jun 2023 -
0.4.225 Jun 2023Release notes
Open source →readClusterConfigFromYaml()andreadNodeConfigFromYaml()now have an additional parameterkeyHierarchyto read the config from a subnode.
-
0.4.121 Jun 2023 -
0.4.020 Jun 2023 -
0.3.016 Jun 2023Release notes
Open source →- Removed parameter
onLogRecordfrom the constructor ofActorCluster. Use the new parameterinitWorkerIsolateinstead. - Added parameter
initWorkerIsolateto the constructor ofActorCluster. Use this callback to initialize the isolate of a worker.
- Removed parameter
-
0.2.210 Mar 2023 -
0.2.110 Mar 2023 -
0.2.009 Mar 2023Release notes
Open source →- BREAKING CHANGE: based on version 0.7.2 of package
actor_system. - BREAKING CHANGE: Splitted configuration into separate parts for cluster and node.
- Node selection for actors to be created is now based on node metrics.
- Cluster nodes can be configured with tags. For each tag the number of required nodes can be configured. If configured, the cluster will only start, if all required tags are available.
- The
pathparameter ofcreateActor()can now contain a fragment. The fragment is used as a node tag. The actor will be created on a node tagged with the given tag.
- BREAKING CHANGE: based on version 0.7.2 of package
-
0.1.008 Feb 2023Release notes
Open source →- Based on library
actor_clusterof version0.3.0of packageactor_system. - BREAKING CHANGE: Renamed
PrepareNodeSystemtoAddActorFactories. - BREAKING CHANGE: Renamed parameter
prepareNodeSystemofActorCluster.init()toaddActorFactories. - BREAKING CHANGE: Renamed parameter
afterClusterInitofActorCluster.init()toinitCluster. - BREAKING CHANGE:
initClusteris now only called on leader node.
- Based on library