hazelcast-python-client
hazelcast-python-client copied to clipboard
Hazelcast Python Client
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/22197 for details. --- This was the last task necessary to ensure the correctness of the client-side implementation under the split...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/22219 for details. --- Overriding default serializers with Compact might allow easier use for some of the field types, but it...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/22293 for details. --- Although we believe it was a mistake, the urgent invocations on the client-side are used for some...
The tracking issue for the Java side PR. See https://github.com/hazelcast/hazelcast/pull/22164 for details. --- In split-brain scenarios, the cluster id stays the same for different halves of the split. When the...
Bumps [black](https://github.com/psf/black) from 22.3.0 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
I've got a 2 node cluster running with IPv6 addresses and getting error while trying to make the connection as follows: Note that the service is running as expected on...
Hi, Would it be possible to create and publish the hazelcast lib to conda or conda-forge, allowing it to be installed by conda ? I'm aware that you can do...
Bumps [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) from 5.3.0 to 5.3.5. Release notes Sourced from com.hazelcast:hazelcast's releases. v5.3.5 This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release....
Py client serializes the paging predicate by putting it in itself (definitely wrong but its tests work somehow) See https://github.com/hazelcast/hazelcast-python-client/blob/f32c6307c9c748a4a1811265e79f25ae88a83a39/hazelcast/protocol/__init__.py#L133 While other clients serialize the actual internal (non paging) predicate...