-
It would be useful if IMDG could issue a warning when using a plugin which is known to be stale -- meaning, the plugin version is lower than the known latest version of the plugin at the time of IMDG …
-
Avoid having to rebuild processing model (e.g. Jena) for each message(s) processed by SPE
Compiled models are updated when Message Model artifacts are updated
Compiled models should be made availa…
-
According to https://docs.hazelcast.com/imdg/4.2/configuration/overriding-configuration-settings
I should be able to override the service-name config using HZ_NETWORK_JOIN_KUBERNETES_SERVICENAME, but…
-
It would be useful if `SqlResult` has methods to determine the execution time, the query engine (IMDG, Jet)
-
https://github.com/hazelcast/imdg-docs/blob/master/docs/modules/installation/pages/installing-using-maven.adoc
Please consider adding other build tools (Gradle, SBT, etc. ) which are widely used fo…
-
Need to investigate what Hazelcast does here.
-
On Jet 4.4-SNAPSHOT, `readFrom(TestSources.items(List.of(Tuple2.tuple2("hello", "world"))))` gives
```
java.lang.IllegalArgumentException: "fillBufferFn" must be serializable
at neil.demo.MyThingT…
-
Hi,
Does a c++ client API which can access a jet member exist at the moment?
I have a very performance centric project and the data insertion stage has to be written in c++. Since I think Jet is …
-
IMDG provides https://docs.hazelcast.org/docs/4.0.3/javadoc/com/hazelcast/core/HazelcastInstanceAware.html
A class such as Runnable that implements `HazelcastInstanceAware` has this method
```
…
-
According to the documentation https://docs.hazelcast.com/hazelcast/5.0-beta-1/storage/high-density-memory.html, enabling HD memory uses persistent-memory / Storage. Per default no Persistent volumes …