I have a Spring boot application with Hibernate L2 cache enabled. I integrated Hazelcast as cache provider for Hibernate. My application runs on Kubernetes and
We are running into an issue on AWS EKS infrastructure where our application that uses Hazelcast (5.0.2) with the Kubernetes Discovery plugin (2.2.3) fails to d
We have an "cache" (javax.cache.Cache) implementation that is a wrapper of Hazelcast's IMap. We use a composite Object key. We upgraded from version 3.12.5 to 5
Is there a way to know the data type before of a hazelcat key before getting the key in Hazelcast 5.0 or later versions? Specifically, my C++ code is: hazelcast
I'm trying to upgrade to Hazelcast 4.0 in our Spring Boot 2.2.1 application. We use the @EnableHazelcastHttpSession annotation, which pulls in HazelcastHttpSess