Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sinks): add a ScatterSink #21

Merged
merged 1 commit into from
May 26, 2024
Merged

feat(sinks): add a ScatterSink #21

merged 1 commit into from
May 26, 2024

Conversation

kennedykori
Copy link
Contributor

Add sghi.etl.commons.sink.ScatterSink, a Sink that drains (the same) processed data to multiple other sinks concurrently.

Add `sghi.etl.commons.sink.ScatterSink`, a `Sink` that drains (the same)
processed data to multiple other sinks concurrently.
@kennedykori kennedykori self-assigned this May 26, 2024
@kennedykori kennedykori merged commit 5d9b9bb into next May 26, 2024
6 checks passed
@kennedykori kennedykori deleted the feat-add-scatter-sink branch May 26, 2024 13:00
kennedykori added a commit that referenced this pull request Jun 4, 2024
Add `sghi.etl.commons.sink.ScatterSink`, a `Sink` that drains (the same)
processed data to multiple other sinks concurrently.
kennedykori added a commit that referenced this pull request Jun 4, 2024
## [1.1.0-rc.2](v1.1.0-rc.1...v1.1.0-rc.2) (2024-06-04)

### Features

* **processors:** add a `ScatterGatherProcessor` ([#19](#19)) ([a7d4387](a7d4387))
* **sinks:** add a `ScatterSink` ([#21](#21)) ([6274a31](6274a31))
* **sinks:** add a `SplitSink` ([#20](#20)) ([ce4d4ee](ce4d4ee))
* **utils:** add a workflow runner utility ([4f26bc9](4f26bc9))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant