3

I am pretty interested in testing out the 2.0-SNAPSHOT Akka cluster features, but for my purposes would like to do this in Java.

I have read through the example here: http://letitcrash.posterous.com/clustered-actors-with-cloudy-akka

But the API seems to have changed enough (Cluster.startLocalCluster() doesn't exist anymore?), and the documentation is sparse enough (to be expected), that my tinkering is going very slow.

Is anybody aware of a small small sample application that stands up a couple of local nodes via Akka clustering in Java?

Thanks very much.

Hugo Sereno Ferreira
  • 8,600
  • 7
  • 46
  • 92
D Parsin
  • 731
  • 2
  • 7
  • 17

1 Answers1

1

At the moment I would not recommend playing around with cluster functionality, too much can change until release. See also where-can-i-find-akka-cloud-package.

Community
  • 1
  • 1
Christian
  • 4,543
  • 1
  • 22
  • 31
  • Thanks Christian - actually, monitoring the changes as the library gets closer to release is a plus to me rather than a concern. – D Parsin Oct 03 '11 at 23:51