Hazelcast

Hazelcast

Java TechARC, Hazelcast

Avoid OutOfMemoryExceptions in Hazelcast: The Ultimate Guide for Java Developers

Introduction OutOfMemoryException (often seen as java.lang.OutOfMemoryError) is one of the most frustrating problems Java developers face in production. When this happens inside a Hazelcast cluster, the impact becomes even more serious nodes crash, data partitions get redistributed, performance drops, and entire applications may become unstable. Hazelcast unlike a in memory data grid, it is fast […]

XA Transactions in Java using Hazelcast
Hazelcast

XA Transactions in Java using Hazelcast: The User Guide

Introduction In a modern application that interacts with different database and app services, handling the distributed transactions are very efficient and crucial. To manage the data consistency across the multiple resources XA transaction(eXtended Architecture) is a standard way. In this article, we will explore how to use the XA Transactions in Java using Hazelcast data

Scroll to Top