2

Can someone point me to the Akka version that has the package akka.cloud.cluster? I am currently using Akka 1.2-RC6. google searches on this topic result in broken links about Cloudy Akka...

Emil Ivanov
  • 37,300
  • 12
  • 75
  • 90
roy
  • 103
  • 5

2 Answers2

2

Cloudy Akka was described here as a suite of commercial add-on modules for Akka.

The original company developing Akka have since merged with Typesafe.

The latest seems to be this topic from the akka user mailing list, specifically:

"the Cloudy Akka project is split up:

  • the stuff interesting for developers (like distribution etc) is going to be free and part of Akka 2.0
  • the stuff interesting for operations is going to remain commercial.

This 'operational functionality' is renamed to Atmos."

Brian Smith
  • 3,383
  • 30
  • 41
1

Clustering functionality will be part of the 2.0 Release. At the moment the best way to use it, is to check it out from: https://github.com/jboner/akka

Please be aware that 2.0 is work in progress. Lots of things can change until the release.

Christian
  • 4,543
  • 1
  • 22
  • 31