Jaromir Hamala
Jaromir Hamala
hello @jcechace, a long time no see! :) I just stumbled upon this as I'm using the `debezium/connect-base` container image in my tests and I realized it's too slow because...
Related: Our implicit cast can cause precision loss. For example when casting a big `long` number to `double` will loss some of the less significant digits. For example a long...
excellent reproducer, thanks! I will have a look today or tomorrow.
It's not working for me even in 4.2. The last Jet version where the test is passing is 4.1.1.
this is from Jet 4.2: ``` digraph DAG { "listSource(abc)" [localParallelism=1]; "noop" [localParallelism=1]; "listSource(abc)" -> "noop" [queueSize=1024]; } HINT: You can use graphviz or http://viz-js.com to visualize the printed graph....
this could possibly be related: this looks related: https://github.com/hazelcast/hazelcast-jet/pull/2298
hi @bmistry13 currently subzero supports Kryo only. The original idea was to support multiple strategies, but later I figured out it would be too confusing and simplicity for end-users is...
this sounds like a nice improvement, thanks! Hazelcast does use compression for Java serialization only -> SubZero will have to do it on its own, but it should be simple...
@mukul4u2005: can you describe your setup a bit? do you have a reproducer?
do you have subzero registered on all members and clients?