kaskada-ai / kaskada

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

ref: Introduce a `SourcePipeline` for executing sources #814

Open bjchambers opened 10 months ago

bjchambers commented 10 months ago

Currently, we use a separate SourceTasks that runs these in Tokio. It may be easier to manage if we had a separate SourcePipeline although that raises questions of how a pipeline interacts with Tokio. Deferred for now since the "tokio pushes directly to the first non-SourcePipeline" is working.