Can Gencer
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
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...
see: https://github.com/hazelcast/hazelcast/pull/7543
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.
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.
Currently peek() always logs watermarks, this should be optional
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.
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)...