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

SourceAndSink Stream? #217

Open
laysakura opened this issue Jun 28, 2022 · 0 comments
Open

SourceAndSink Stream? #217

laysakura opened this issue Jun 28, 2022 · 0 comments
Labels
feat New feature or request

Comments

@laysakura
Copy link
Contributor

Is your feature request related to a problem? Please describe.

A source reader must write to a source stream, and a sink writer must read from a sink writer.
Therefore, we need a passthrough pump when we just want to emit rows into a foreign sink.

graph TB
    fsrc(["any source"]) -- "Source reader (any)" -->
    src[[source_A]] -- Pump: just_passthrough -->
    sink[[sink_A]] -- "Sink writer (any)" -->
    fsink(["any"])

Describe the solution you'd like

graph TB
    fsrc(["any source"]) -- "Source reader (any)" -->
    src_sink[[source_sink_A]] -- "Sink writer (any)" -->
    fsink(["any"])

Describe alternatives you've considered

Additional context

@laysakura laysakura added the feat New feature or request label Jun 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant