hazelcast
Here are 251 public repositories matching this topic...
-
Updated
Aug 6, 2021 - Java
-
Updated
Jul 20, 2021 - Scala
-
Updated
Oct 1, 2020 - Java
-
Updated
Mar 30, 2021 - Kotlin
This is how my cluster looks like:
14:24 $ kubectl get all
NAME READY STATUS RESTARTS AGE
pod/nfs-client-provisioner-7fc8dd7d88-j2pqb 1/1 Running 1 12d
pod/hazelcast-0 1/1 Running 0 35m
pod/hazelcast-1 1/1 Running 0 35m
pod/hazelcast-
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
Needed to check if code samples are runnable
-
Updated
Oct 13, 2020 - Scala
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
FlakeID 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
Feb 9, 2021 - Java
-
Updated
Apr 20, 2021 - Java
-
Updated
Aug 3, 2021 - Java
-
Updated
Feb 14, 2020 - Java
-
Updated
Oct 29, 2018 - Java
-
Updated
Feb 9, 2021 - Java
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
Feb 18, 2021 - Java
-
Updated
Jan 31, 2020 - Java
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.NoSuchMethodError: 'void com.hazelcast.jet.impl.util.Util.checkSerializable(java.lang.Object, java.lang.String)'
at com.hazelcast.jet.contrib.redis.RedisSinks.hash(RedisSinks.java:141)
at com.hazelcast.jet.examples.callhomes.CountDistinctVersionsHomes.main(CountDistinct
Slack Sink
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."
There is no technical difficulty to support
includeValueoption, looks like we are just missing it on the API level.See SO question