开发者

Akka Cluster Java API sample

开发者 https://www.devze.com 2023-04-09 15:08 出处:网络
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 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 e开发者_开发技巧xample 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.

0

精彩评论

暂无评论...
验证码 换一张
取 消