Relative Content

Tag Archive for javaspringhazelcasthazelcast-imap

Inconsistent Data in Hazelcast IMap

I am using Hazelcast 5.3 and have set up a Hazelcast cluster with multiple nodes. I am using an IMap to distribute some data between my microservices. This IMap is backed by a MapStore with a write-behind configuration (write-delay-seconds greater than 0), but I assumed this wouldn’t affect the in-memory visibility of the data (or does it?). I experience stale date from time to time.