Nicu Reut
Nicu Reut
### Short description For the `Committer` add a committing FlowWithContext which emits the elements dowstream but drops the committable context (the current one emits no useful value). ### Details -...
Currently the `ClickhouseSink` uses `groupWithin` to buffer the items which need to be inserted into clickhouse. This causes a larger memory footprint and also bursts of data being sent to...
We have a number of operations which can be executed between dates and numbers, but no support to subtract two dates. This should produce a column of int as result.
Currently we offer progress sources which contain only the query status and the query result is returned as the materialized value of the source. In certain cases we want the...
Currently when using the batch actor to stream insert data, if one entry in the batch causes the insert to fail then the entire batch is discarded, which leads to...