hazelcast
Here are 236 public repositories matching this topic...
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 3, 2020 - Scala
-
Updated
Sep 18, 2018 - Java
-
Updated
Jun 28, 2020 - Kotlin
We run HZ in WLP for session replication, and are looking at running it in embedded mode. Hence there should not be a need for read to pods/endpoints outside of the target namespace - but the client seems to spit out error-messages if it does not get a clusterrole: view rolebinding. This seems as a bit wide as a default - especially when running in embedded mode.
Also when logging access erro
Partition predicate
Currently, the Go client does not support Hazelcast's partition predicate.
-
Updated
May 20, 2020 - Scala
As this is a relatively big change, the plan is to do it incrementally.
Fast Aggregations
Currently, Python Client has no support for Hazelcast's Aggregations which compute a value of some function (e.g sum or max) over the stored map entries.
https://docs.hazelcast.org/docs/3.12.7/manual/html-single/index.html#fast-aggregations
FlakeID Generator
Hazelcast FlakeID Generator is not available to .NET Client.
https://docs.hazelcast.org/docs/4.0/manual/html-single/index.html#flakeidgenerator
-
Updated
Oct 4, 2019 - Dockerfile
-
Updated
Mar 12, 2020 - Java
-
Updated
Oct 29, 2018 - Java
-
Updated
Feb 14, 2020 - Java
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 3, 2020 - Java
-
Updated
Aug 28, 2020 - Java
Explanation for portable serialization multiversion support is missing from the README. Please refer to this pull request to update.
-
Updated
Mar 4, 2020 - Java
-
Updated
Aug 7, 2020 - JavaScript
-
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
MQTT Source
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."
Today
IMap.values()andIMap.values(Predicate)calls are blocking.I would like to use
IMap.values(Predicate)in a Jet Pipeline, which is possible, but I need to declare it as nonCooperative, and will have an impact on the pipeline scalability.Would it be possible to have an async (non-blocking) version for these calls ?
Thank you very much for all the hard work done !