-
When invalidation listener is on, `client.getMap()` should wait for the listener to be registered.
See https://github.com/hazelcast/hazelcast-nodejs-client/blob/7ae97a0cf7e53c62ed8920bb3fa3d36eaa8b…
-
Hazelcast Cpp client version: 5.2.0
Hazelcast server version: 5.2.0
OS version (Windows/Linux/OSX):
Windows
Action Failure](https://github.com/hazelcast/hazelcast-cpp-client/actions/runs/4464069…
-
C++ compiler version: gcc 7
Hazelcast Cpp client version: 5.1.0
Hazelcast server version: 5.2.0
Number of the clients: 1
Cluster size, i.e. the number of Hazelcast cluster members: 1
OS version (…
-
Nightly tests on master failed.
Error:
[DefaultLogger] ERROR at HazelcastClient: Client failed to start.
IllegalStateError: Unable to connect to any cluster.
at new IllegalStateError (D:\a\ha…
-
C++ compiler version: vc-2019
Hazelcast Cpp client version: 5.1.0
Hazelcast server version: 5.2.0
Number of the clients: 1
Cluster size, i.e. the number of Hazelcast cluster members: 1
OS version…
-
### Description
Use Hazelcast as backend for Quarkus cache.
- It uses the Quarkus-hazelcast-client.
- The cache objects are stored as different maps in hazelcast, using the cache key as key.
-…
-
Any plans to provide https://docs.hazelcast.org/docs/3.8/javadoc/com/hazelcast/monitor/LocalTopicStats.html as it is defined in https://docs.hazelcast.org/docs/3.8/javadoc/com/hazelcast/core/ITopic.ht…
-
Hi
Hazelcast seems to hang when we do a hazelcast shutdown either explicitly or by deleting HazelcastClient
HazelcastClient *hazelcastClient = (HazelcastClient*)m_hazelcastClient;
delete …
-
I am trying to use the memcached client to talk to hazelcast instead of memcached for doing data enrichment in logstash since hazelcast supports the memcached client it seemed like an easy drop in rep…
-
According to documentation:
> Note: Hazelcast clients do not register themselves to Eureka server, therefore self-registration property has no effect.
If I set **use-classpath-eureka-client-props*…