Can Gencer

Results 10 issues of Can Gencer

When I create a monorepo by combining multiple repositories using `git subtree add --prefix=..` and then re-split the prefix using `splish-lite --prefix=` it creates only one commit in the branch,...

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

As a follow up to #2394, it should also be possible to use the distribute to one edge when using Pipeline API. SinkImpl currently supports only a few of the...

enhancement
Pipeline API

see: https://github.com/hazelcast/hazelcast/pull/7543

Type: Defect
Priority: Normal

Currently it's not very convenient to use Pipeline API Sink/Source class inside DAG API as they require casting before you can access the meta supplier methods.

enhancement
Pipeline API

Currently max. watermark gap is hardcoded as `1000` however this will cause too many WMs to be emitted when using "nanoseconds" as a time unit.

defect
core
good first issue

Currently peek() always logs watermarks, this should be optional

enhancement
Pipeline API
good first issue

For long running jobs, it might be nice have some printout say every 30 seconds to a minute of the summary of the metrics, so you can see the progress.

enhancement
metrics
good first issue

This looks fairly interesting, but I didn't see any mention of costs of lambda allocation itself. In a tight loop, this can mean a lot of allocations. I wonder if...

Suggestions for Pulsar improvements: * It would be nice to have a simple API that just takes a URL and topic name * Schema itself could be serialized (via SchemaInfo)...

enhancement