Blog - page 23

Stay up to date with the latest articles and news from Infinispan.

Cluster Counter

July 21, 2017    Tags: counter

In Infinispan 9.1 we introduce the clustered counters. It is a counter distributed and shared among all nodes in the cluster and today we are going to know more about it. Installation To use a counter in your Infinispan cluster, first you have to add the maven dependency ...

Conflict Management and Partition Handling

July 17, 2017    Tags: partition handling

In Infinispan 9.1.0.Final we have overhauled the behaviour and configuration of partition handling in distributed and replicated caches. Partition handling is no longer simply enabled/disabled, instead a partition strategy is configured. This allows for more fine-grained co...

Infinispan 9.1 "Bastille"

July 14, 2017    Tags: release final

Dear Infinispan users, after 3½ months, we are proud to present to you our latest stable release, Infinispan 9.1, codenamed "Bastille". While minor releases are traditionally evolutionary instead of revolutionary, this release still comes loaded with a number of great fea...

Reactive Big Data demo working with Infinispan 9.0.3.Final

July 06, 2017    Tags: conference demo

A couple of months ago I did an extensive blog post on a reactive Big Data demo I did for Great Indian Developer Summit. At the time, the demo relied on a custom Infinispan build which fixed ISPN-7814 and ISPN-7710 issues. These issues are now fixed in the main repository a...

Scattered cache

July 03, 2017    Tags: scattered cache

Infinispan strives for high throughput and low latency. Version 9.1.0.CR1 comes with a new cache mode - scattered cache - that’s our answer to low round-trip times for write operations. Through a smart routing algorithm it guarantees that the write operation will result...

Don't touch my data stream!

July 03, 2017    Tags: streams

In Infinispan 8.0 we were very excited to announce Distributed Streams as we moved to Java 8. This feature allows applying any of the various java.util.stream.Stream operations on the datagrid, which are performed in a distributed nature, providing the highest possible perfor...

Infinispan 9.1.0.CR1

June 29, 2017    Tags: release scattered cache

Dear Infinispan Community, the Infinispan 9.1.0.CR1 is out and can be found on our downloads page. Almost Final! Full details of the new features and enhancements included in this release can be found here. Short list of highlights: [ISPN-6245] - Remote query shoul...

Hotrod clients C++/C# 8.2.0.Alpha1 released!

June 29, 2017    Tags: c++ release minor release alpha c#

Dear Infinispanners, we’re pleased to announce the C++ and C# 8.2.0.Alpha1 release. This is the first step on the 8.2 roadmap, which is not formally defined in a Jira at the moment but will surely include: SASL authentication, continuous queries, cluster counters. ...

Tags
See All