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

On Jet 4.4, I can define the following ``` CREATE MAPPING IF NOT EXISTS neil TYPE IMap OPTIONS ( 'keyFormat' = 'java', 'keyJavaClass' = 'java.lang.String', 'valueFormat' = 'java', 'valueJavaClass' =...

enhancement
sql

I started the hazelcast jet instance and added multiple jobs in it and verify that while the data is streaming into the pipeline it's delayed by 40-60 mins. I am...

See https://stackoverflow.com/questions/66386877/why-is-hazelcast-imap-journal-not-producing-all-expected-events

enhancement
docs

In https://jet-start.sh/docs/api/sources-sinks#map-sink coalescing is not mentioned for `mapWithMerging` and `mapWithUpdating`

Parallelism for the event journal defaults to 2 for local maps without explaining why this is the correct value https://github.com/hazelcast/hazelcast-jet/blob/master/hazelcast-jet-core/src/main/java/com/hazelcast/jet/impl/connector/StreamEventJournalP.java#L367 ``` public int preferredLocalParallelism() { return clientXml != null ?...

when I build the latest master and unzip the tar.gz distribution then the `lib` directory contains `hazelcast-download.properties`. Is this expected? I guess it should not be there.

defect

looks like the blog page isn't indexed by docsearch This config needs tweaking: https://github.com/algolia/docsearch-configs/blob/master/configs/hazelcast-jet.json

defect
docs

Apparently protobuf does not have ARM 32 build in Maven. This means Jet does not build on e.g. Raspberry Pi. A quick workaround is not avoid building the gRPC sample...

defect
build

In a cluster composed of 100 jet instances, a vertex of my pipeline needs 5 threads for parallel processing. How to set it? The distributed method of sourcebuilder sets the...

enhancement
core
community

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...

enhancement
community