-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pipeline architecture v2 (preview) (#1913)
* proof of concept for funnel (new stream engine) * tie code into the lifecycle service to test end-to-end * expand the implementation * improve performance * minimize allocations * start implementing processor * ensure graceful stop * implement processor task * build worker tasks correctly * do not use a sandbox for Run (#1886) Co-authored-by: Haris Osmanagić <haris@meroxa.io> * make graceful shutdown work * fix example * update tests * fix linter warnings * rename introduced lifecycle package * restore original lifecycle package * fix code after merge * add feature flag * go mod tidy * make acknowledgment fetching from destination stricter * documentation * make generate --------- Co-authored-by: Haris Osmanagić <haris@meroxa.io> Co-authored-by: Raúl Barroso <ra.barroso@gmail.com>
- Loading branch information
1 parent
9a216a4
commit 58284dc
Showing
26 changed files
with
3,915 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.