hazelcast-python-client
hazelcast-python-client copied to clipboard
Hazelcast Python Client
Failed on backward compatibility tests against 4.2.2 enterprise server ``` Traceback (most recent call last): File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/integration/backward_compatible/proxy/map_nearcache_test.py", line 70, in test_invalidate_single_key self.assertTrueEventually(assertion) File "/home/runner/work/client-compatibility-test/client-compatibility-test/master/tests/base.py", line 77, in assertTrueEventually six.reraise(*exc_info) File...
There is no `name()` in https://github.com/hazelcast/hazelcast-python-client/blob/master/hazelcast/proxy/map.py There could be other operations missing also
The `test_add_distributed_object_listener_object_destroyed` failed on the PR builder. It seems that the `DESTROYED` event is not received. ``` 16:12:18 ====================================================================== 16:12:18 ERROR: test_add_distributed_object_listener_object_destroyed (tests.proxy.distributed_objects_test.DistributedObjectsTest) 16:12:18 ---------------------------------------------------------------------- 16:12:18 Traceback (most recent call...
The tracking issue for the Java side PR. **Java util optional serialization support** See https://github.com/hazelcast/hazelcast/pull/17934 for details. --- In relation to https://github.com/payara/Payara/issues/5026 I prepared pull request, that should add serialization...
The tracking issue for the Java side PR. **custom load balancer declarative configuration** See https://github.com/hazelcast/hazelcast/pull/17415 for details. --- Fixes https://github.com/hazelcast/hazelcast/issues/17228 Changes: - "custom" balancer type was introduced (as suggested) -...
The tracking issue for the Java side PR. **Added support for Map merge operation #14913** See https://github.com/hazelcast/hazelcast/pull/17419 for details. ---
Currently, if any request takes longer than 120 seconds, the following exception gets raised: > TimeoutError: Request timed out after 120 seconds. This appears to be controlled by the `invocation.INVOCATION_TIMEOUT`...
Hi I'm wondering if there is any way around the following code to get the state of a map, and subscribe for updates: ``` for t in self._mymap.values(predicate): on_update(t) registration_id...
Currently the only way to discover a hazelcast cluster is to either provide a static list of ip addresses or use cloud discovery. In an environment where the ip addresses...
(Moving @thedevd's issue: https://github.com/hazelcast/hazelcast/issues/12074) > @jerrinot @enesakar @pveentjer > > Hi, just exploring if hazelcast python client offers out of the box support for reading hazelcast map into spark dataframe/dataset....