Skip to content

1.0.0-beta.1

Compare
Choose a tag to compare
@ktoso ktoso released this 06 Jun 21:52
· 149 commits to main since this release
1.0.0-beta.1
7d30855

First Beta

This is the first beta release of the distributed actors and cluster library.

Supported features

  • a ClusterSystem implementation, enabling clustered distributed actor instances,
  • cluster events system.cluster.events, i.e. nodes joining, becoming down and leaving,
  • observe actor lifecycle and termination with LifecycleWatch,
  • a cluster-wide DistributedReceptionist implementation enabling actor discovery,
  • and more!

Refer to the reference documentation for more details