Top "Hazelcast" questions

Hazelcast is an open source In-Memory Data Grid platform.

Hazelcast 3.6.1 "There is no suitable de-serializer for type" exception

I am using Hazelcast 3.6.1 to read from a Map. The object class stored in the map is called Schedule. I …

serialization client hazelcast kryo
How can I check if a hazelcast cluster is alive from a java client?

We use hazelcast in client-server mode. The hazelcast cluster contains 2 hazelcast nodes and we have about 25 clients connected to the …

java client-server hazelcast
RealWorld HazelCast

Does anyone have any real world experience with Hazelcast distributed data grid and execution product? How has it worked for …

java datagrid replication cluster-computing hazelcast
Hazelcast instance is not active! (com.hazelcast.core.HazelcastInstanceNotActiveException). Message payload is of type: HashMap

I have implemented an service application in java with MuleSoft 3.5.1 that it works in cluster server, and sometimes I get …

java mule hazelcast mule-cluster
Redis vs Memcahced vs Hazelcast

I'm looking for an in-memory database used to simply record metrics of read and writes done on parts of a …

redis memcached hazelcast
Hazelcast REST API

I don't get to work REST API of Hazelcast, receiving always : at client side : ERR_EMPTY_RESPONSE via Browser or …

java rest hazelcast
Programmatic property setting for maps in Hazelcast?

Is there a way to programmatically set the "time to live" property (or in fact, any property) for a distributed …

java datagrid cluster-computing hazelcast