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-memory grid can …

  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 to connect …

  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 the …

  4. Getting HazelcastSerializationException when starting the spring boot ...

    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 to …

  5. 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 ...

  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 of clientConfig.

  8. 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

  9. 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 hazelcast IMap i …

  10. java - How do you programmatically configure hazelcast for the ...

    Dec 5, 2013 · How do you programmatically configure hazelcast for the multicast discovery mechanism? Details: The documentation only supplies an example for TCP/IP and is out-of-date: it uses …