发布于 2016-09-09 04:22:07 | 95 次阅读 | 评论: 0 | 来源: 网友投递
Akka Actor模型开发库
Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。
Akka v2.4.10 发布了。
该版本更新如下:
An addition of MergeHub and BroadcastHub which enables dynamic fan-in and fan-out streams. Find more information in the ticket and documentation (Scala and Java)
A refactoring of Http client connection pool by Bernard “leachbj” Leach fixing race conditions which have manifested in various reported situations #19643 #20570 #21235
A regression fix in ByteString implementation #21237
A regression fix in Cluster Singleton #21236
In this patch release we closed 42 tickets, and got the help from 18 community contributors, thanks a lot!
下载:
提交记录及发行说明: