Projections, Joins and Partition Awareness by Neil Stevenson — Nov 29, 2017 This example shows some of the newer features of querying, a way that joins can be achieved, and shows the... Read More
Jet 0.5 is Released by Can Gencer — Nov 17, 2017 >Hazelcast Jet 0.5 is now publicly available and in many ways is our biggest release yet, with many new features.... Read More
How to Integrate Guice with Hazelcast IMDG by Hazelcast Community — Nov 17, 2017 Volkan Yazici recently published this blog post with the title, “Guice Integration in Hazelcast“. In this post, Volkan gives a... Read More
Priority Queueing Using the SPI by Neil Stevenson — Nov 8, 2017 Hazelcast provides distributed queues, an implementation of java.util.concurrent.BlockingQueue. However, an implementation of java.util.concurrent.PriorityBlockingQueue is not yet provided. In this example,... Read More
Deploying Hazelcast Jet by Emin Demirci — Nov 2, 2017 This guide provides a basic introduction for deploying and operating a successful Hazelcast Jet installation. We plan to make this... Read More
Hazelcast IMDG 3.9 Is Out by Jaromir Hamala — Oct 25, 2017 We just released Hazelcast IMDG 3.9. It’s a release packed with new features, improvements and optimizations. Let me introduce you... Read More
Jepsen Analysis on Hazelcast 3.8.3 by Greg Luck — Oct 7, 2017 Update: June 10, 2020 Updated a number of the links as content and documentation have changed. Update: March 6, 2019... Read More
Enabling Near Cache in Node.js Hazelcast Client by Riaz Mohammed — Sep 28, 2017 This post originally appeared on Riaz/Mohari’s GitHub page. See the original post here. Remote calls are expensive, it impacts performance.... Read More
Hazelcast Jet 0.4 Performance Review by Vladimir Schreiner — Jul 11, 2017 High performance has always been a major design goal of Hazelcast Jet. In order to verify various performance aspects of... Read More
Vert.x Cluster by Hazelcast Community — Jun 1, 2017 Marut Signh recently published a blog post entitled, “Vert.x Cluster”. In the post, Marut gives a short tutorial on embedding... Read More