hazelcast
Here are 249 public repositories matching this topic...
-
Updated
Dec 23, 2020 - Java
-
Updated
Dec 20, 2020 - Scala
-
Updated
Oct 1, 2020 - Java
-
Updated
Oct 2, 2020 - Kotlin
On this line the Kubernetes API Client is constructed, even if DNS_LOOKUP is chosen as discovery strategy.
This results in an attempt to access /var/run/secrets/kubernetes.io/serviceaccount/token which while fail in environments where token does n
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
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.
-
Updated
Oct 13, 2020 - Scala
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
Oct 4, 2019 - Dockerfile
-
Updated
Dec 22, 2020 - Java
-
Updated
Feb 14, 2020 - Java
-
Updated
Oct 29, 2018 - Java
-
Updated
Dec 16, 2020 - Java
-
Updated
Dec 15, 2020 - Java
-
Updated
Sep 1, 2020 - Java
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Mar 4, 2020 - Java
-
Updated
Jan 31, 2020 - Java
Improve this page
Add a description, image, and links to the hazelcast topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hazelcast topic, visit your repo's landing page and select "manage topics."


We have added default serializers to the 4.2 series here:
hazelcast/hazelcast#17934
There is a problem with backward compatibility. If a user had CustomSerializer for optional in 4.1, in 4.2 there is no way to use their serializers, and Hazelcast will throw
java.lang.IllegalArgumentException: [class java.util.Optional] serializer cannot be overriddenUsers can basi