Metin Dumandag
Metin Dumandag
The Nodejs client does not have the ability to registering class definitions yet. When we implement it, we should take care of this case too.
I have identified two places in which we might have this problem while taking a look at the test logs for the #638. The failures were unrelated to that PR....
@neilstevenson, yes there could be missing functionality. For the `name()`, you can use `name` attribute like ```python m = client.get_map("test") name = m.name ```
We don't have the notion of declarative configuration for the Python client but I am leaving this open. We maybe provide a way to set the load balancer via some...
Remote controller logs [rc-logs-2.7-windows-latest.zip](https://github.com/hazelcast/hazelcast-python-client/files/7344756/rc-logs-2.7-windows-latest.zip)
Failed again. Logs ``` _ ConnectionManagerTranslateTest.test_translate_is_not_used_when_member_has_public_client_address_but_option_is_disabled _ self = def test_translate_is_not_used_when_member_has_public_client_address_but_option_is_disabled( self, ): self.client = HazelcastClient( cluster_name=self.cluster.id, connection_timeout=1.0, use_public_ip=False, ) member = MemberInfo( _UNREACHABLE_ADDRESS, uuid.uuid4(), [], False, _MEMBER_VERSION, None, {...
Fixed by https://github.com/hazelcast/hazelcast-python-client/pull/587
Hi @GuyPaddock Client Properties will be available in the next release which will allow you to specify the invocation timeout like below (See #115 ) `import hazelcast` `from hazelcast.config import...
Hi @Kilo59 , timeout per invocation is not implemented yet. It requires a huge API change and we tend to do these kind of changes first on the Java client...
This test failed again on one of the nightly test runners. I couldn't find the problem behind it yet. Added more logs in #283 to understand the situation better for...