Akka 2.2.0 发布,该版本最大的新特性就是增加对集群的支持,这在 2.1 版本是作为预览的特性提供,而 2.2 版本我们做了完善,良好的测试保证该功能的稳定性。
其他新特性还包括:
Cluster node roles or distributed pub-sub or the cluster client
Fully actor-based remoting implementation with support for multiple transports and high-level failure detection
An extremely scalable actor-based network IO layer with SSL support and a protocol pipeline infrastructure
An experimental preview of Typed Channels
详细介绍请看官方http://typesafe.com/blog/akka-2-2-0-released
Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。
免费下载:http://akka.io/downloads/
来自:开源中国社区

