简体   繁体   中英

Akka Cluster Java API sample

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.

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM