Infinispan 9.4.0.CR1 发布了,本次更新包含 bug 修复和一些其他的改进:
值得关注的更新内容
Near cache and client side TTL (ISPN-9098)
Allow configuring near cache from hot rod properties (ISPN-9385)
Initial support for JSON format in scripts Default analyzers are provided to use with remote queries (ISPN-9429)
Prevent user from configuring passivation with a shared store (ISPN-7168)
Enhance RemoteStore to support segmentation (ISPN-9376)
Upgrade to RxJava 2.2.0 (ISPN-9418)
Hot Rod configuration properties have setters now to ease integration with other frameworks (ISPN-9398)
下载地址 http://infinispan.org/download/
Infinispan 是一个开源的数据网格平台。它公开了一个简单的数据结构(一个 Cache)来存储对象。虽然可以在本地模式下运行 Infinspan,但其真正的价值在于分布式,在这种模式下,Infinispan 可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本 —— 服务器故障的一种恢复手段 —— 同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
暂无更多评论