Quantcast
Channel: OSCHINA 社区最新新闻
Viewing all articles
Browse latest Browse all 44787

Akka v2.4.10 发布,Actor 模型开发库

$
0
0

Akka v2.4.10 发布了。Akka 是一个用 Scala 编写的库,用于简化编写容错的、高可伸缩性的 Java 和 Scala 的 Actor 模型应用。

该版本更新如下:

  • 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)

  • 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!

下载:

提交记录及发行说明:


Viewing all articles
Browse latest Browse all 44787

Trending Articles