Hazelcast Cloud is a managed cloud service by Hazelcast Inc. that runs clusters of Hazelcast IMDG Enterprise as a service, paid for by usage.
Questions tagged [hazelcast-cloud]
10 questions
1
vote
0 answers
Hazelcast: Unable to get alive cluster connection
I have one spring-boot microservice connects to hazelcast using hazelcast, hazelcast-client and hazelcast-spring 3.6 version. I was able to connect on java 8 but as soon as migrated to java 17 with no other code change started getting error: …

gaurav bansal
- 11
- 3
1
vote
0 answers
Hazelcast c.h.webmonitor.service.DataService - Error calling operation detectVersionMismatch: null
i am using Hazelcast 3.12.2 and management center 3.12.2 running all this using docker-compose , while i use 2 images things are working fine and if i am scaling up my application image with 4 then i am facing issue
eg : i have two images of vertx…

sidd shadab
- 123
- 1
- 11
1
vote
1 answer
How to update hazelcast map in all nodes if updated from one node?
I have one microservice let's say StudentProfile, and deployed this in 2 nodes xxxx:8081 and yyyy:8081.
In this microservice I have created hazelcast map where I am storing data of student with map.put(roll_number, student_object). Now when I am…

anurag tripathi
- 11
- 2
0
votes
0 answers
Not able to configure Management Centre in Hazlecast-5.2.1
After upgrading the com.hazelcast group to 5.2.1 version, not able to configure the ManagementCentre url. Not able to see the following method itself, do I need to any other alternate config api for this?
ManagementCenterConfig…
0
votes
1 answer
Hazelcast kubernetes discovery
We have spring boot application with embedded hazelcast deployed on kubernetes platform. We are using kubernetes API strategy to auto discovery of the pods.
My understanding is that we need to run RBAC.yaml which basically grants the roles to…
0
votes
1 answer
Is it possible in Hazelcast (client-server model) to indicate the service to build the cache?
I have 2 microservices in spring boot (let's say microservice A and B) and client-server Hazelcast. There is some cache-building logic in microservice A and I want to use the same cache in microservice B. I know we can get the Map and use it. But…

Pawan Aichra
- 436
- 2
- 15
0
votes
1 answer
Hazelcast’s HTTP-based health check behaviour
We have enabled Hazelcast’s HTTP-based health check implementation which provides basic information about your cluster and member on the
node which it is launched.
i.e http://:5701/hazelcast/health
and getting output as…

sandy
- 97
- 2
- 14
0
votes
1 answer
NoClassDefFoundError after uploading jars to Hazelcast Cloud via Client User Code Deployment
I'm currently trying Hazelcast Cloud and I need to upload jar dependencies to the Hazelcast Cloud servers. I have about 20mb to upload, uploading seems fine via the Client User Code Deployment feature, however once upload finishes and try to use the…

newlogic
- 807
- 8
- 25
0
votes
1 answer
Is there a memory limit for User Code Deployment on Hazelcast Cloud? (free version)
I'm currently playing with Hazelcast Cloud. My use case requires me to upload 50mb of jar file dependencies to Hazelcast Cloud servers. I found out that the upload seems to give up after about a minute or so. I get an upload rate of about 1mb a…

newlogic
- 807
- 8
- 25
0
votes
1 answer
Is it possible to deploy specific Java dependencies to nodes on Hazelcast Cloud?
I'm submitting Java runnables to hazelcast executor service, the runnables need access to specific business objects and also to hazelcast client.
Is there any way to deploy a hazelcast cluster on hazelcast cloud with specific dependencies?

newlogic
- 807
- 8
- 25