Akka 集群 Java API 示例
我对测试 2.0-SNAPSHOT Akka 集群功能非常感兴趣,但出于我的目的,我想在 Java 中执行此操作。
我已阅读此处的示例: http://letitcrash.posterous.com/clustered -actors-with-cloudy-akka
但是 API 似乎已经改变得足够多了(Cluster.startLocalCluster() 不再存在了?),而且文档也足够稀疏(这是意料之中的),我的修修补补进展得很慢。
有人知道一个小型示例应用程序通过 Java 中的 Akka 集群建立了几个本地节点吗?
非常感谢。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
目前我不建议尝试使用集群功能,在发布之前可能会发生太多变化。另请参阅 where-can-i-find-akka-cloud-包。
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.