kaskada-ai / kaskada

Modern, open-source event-processing
https://kaskada.io/
Apache License 2.0
348 stars 15 forks source link

feat: add gatherer for sparrow-merge #827

Closed jordanrfrazier closed 10 months ago

jordanrfrazier commented 10 months ago

Adds the gatherer to the sparrow-merge crate. The gatherer is used to progress a watermark for several inputs and emit batches up to that watermark, rather than doing any actual merge stuff, but we'll want this eventually.