hazelcast-jet icon indicating copy to clipboard operation
hazelcast-jet copied to clipboard

Distributed Stream and Batch Processing

Results 125 hazelcast-jet issues
Sort by recently updated
recently updated
newest added

Hi gays, Please help me. The method in `client-protocol-definition/Jet.yaml` requests the method of which class on the server?

test-failure

In current implementation in Pipeline API there is no option to configure when the window should start. It means that it is impossible to set up scenarios like 1-day tumbling...

enhancement
Pipeline API
good first issue

Bumps [mysql-connector-java](https://github.com/mysql/mysql-connector-j) from 8.0.20 to 8.0.28. Changelog Sourced from mysql-connector-java's changelog. Changelog https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/ Version 8.0.29 Fix for Bug#21978230, COMMENT PARSING NOT PROPER IN PREPSTMT.EXECUTEBATCH(). Fix for Bug#81468 (23312764), MySQL server...

dependencies
java

Bumps [kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.3.61 to 1.6.0. Release notes Sourced from kotlin-stdlib's releases. Kotlin 1.6.0 Changelog Android KT-48019 Bundle Kotlin Tooling Metadata into apk artifacts KT-47733 JVM / IR: Android Synthetic...

dependencies
java

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies
java

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies
javascript

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies
javascript

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies
javascript

Hello Jet Team! :) I'm developing a stateless stream pipeline under Jet engine. One of my requirements is its continuous working, regardless of errors from any operation within it. From...

Using BlockHound we observe that cooperative threads can be blocked by scheduling closeProcessor operations. See the stacktrace below: ``` java.lang.Exception: Blocking call: jdk.internal.misc.Unsafe#park (hz.mmbinst-02.jet.cooperative.thread-0) at application.BlockHoundConfigurer.lambda$null$2(BlockHoundConfigurer.java:71) at reactor.blockhound.BlockHound$Builder.lambda$install$8(BlockHound.java:427) at reactor.blockhound.BlockHoundRuntime.checkBlocking(BlockHoundRuntime.java:89)...