-
Updated
Dec 14, 2020 - Java
imdg
Here are 18 public repositories matching this topic...
We currently don't lint source code of tests which is not nice. The configuration should be placed in the ./test subdir and lint script should be updated in package.json.
For example, to configure the reconnect mode, one has to do the following.
import hazelcast
from hazelcast.config import ReconnectMode
client = hazelcast.HazelcastClient(
reconnect_mode=ReconnectMode.OFF,
)We can get rid of the import and extra typing required by also allowing configurations like below
import hazelcast
client = hazelcast.HazelcasFlakeID Generator
Hazelcast FlakeID Generator is not available to .NET Client.
https://docs.hazelcast.org/docs/4.0/manual/html-single/index.html#flakeidgenerator
Explanation for portable serialization multiversion support is missing from the README. Please refer to this pull request to update.
-
Updated
Dec 7, 2020 - Java
-
Updated
Dec 4, 2020 - Rust
-
Updated
Jul 1, 2020 - Java
-
Updated
Dec 14, 2020 - C#
-
Updated
Dec 2, 2020 - C++
-
Updated
Dec 1, 2020 - Java
-
Updated
Jun 12, 2017 - Java
-
Updated
Mar 14, 2017 - Java
Improve this page
Add a description, image, and links to the imdg topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imdg topic, visit your repo's landing page and select "manage topics."
Currently, the Go client does not support Hazelcast's partition predicate.