About 5,380,000 results
Open links in new tab
  1. java - What is the purpose of Hazelcast? - Stack Overflow

    Sep 20, 2018 · You can start by thinking of Hazelcast as a cache; there are features that go beyond that but it's a good starting point. The main advantage is that having an operational in …

  2. hazelcast client exception when connecting to server

    Sep 5, 2014 · I am trying to use hazelcast v3.2.4 (same version on server and client). The server (as simple an implementation that I could put in place) is running on a server. The client tries …

  3. spring boot - Hazelcast Node failed to start - Stack Overflow

    Jun 25, 2020 · I am working on a spring boot project (member1) that uses hazelcast as a cache. I have another project (member2) which i want to join as a member. This is the configuration of …

  4. Suddenly I'm getting "Hazelcast instance is not active!"

    My application is running for months and working very well. Then suddenly I get the following error: com.hazelcast.core.HazelcastInstanceNotActiveException: Hazelcast ...

  5. Getting HazelcastSerializationException when starting the spring …

    Jun 10, 2024 · @dur appears like my dependencies were appropriate. Some hazelcast cache was messing. It was a k8s deployment so when trying to redeploy the application service pods, due …

  6. Configuring Hazelcast via Spring Boot application.yml

    Learn how to configure Hazelcast using Spring Boot's application.yml file with examples and solutions for common issues.

  7. Hazelcast Client Too Many Logs when Reconnecting to Cluster

    Jun 7, 2022 · I have a Java Hazelcast client connecting to Hazelcast normally, however, I am trying to figure out the way this Java client handle the failure on the clusters. I found the setting …

  8. Which part of Hazelcast is free? - Stack Overflow

    Aug 25, 2018 · I want to use Hazelcast in one of my projects (proprietary, commercial product). I'm having troubles with understanding Hazelcast license and pricing model. Which parts of it a …

  9. Multiple Hazelcast instances on same machine? - Stack Overflow

    Jul 31, 2018 · Multiple Hazelcast instances on same machine? Asked 7 years, 5 months ago Modified 5 years, 9 months ago Viewed 8k times

  10. java - Hazelcast. Failed to serialize - Stack Overflow

    Jun 3, 2020 · I used Apache Camel 2.23.4; Hazelcast 3.12.6. Updating Apache Camel: Apache Camel 3.2.0; Hazelcast 3.12.6. After updating apache camel when adding an object to the …