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

Allow piping from inputs #20

Closed
hovsep opened this issue Sep 4, 2024 · 1 comment
Closed

Allow piping from inputs #20

hovsep opened this issue Sep 4, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@hovsep
Copy link
Owner

hovsep commented Sep 4, 2024

Currently component clear it's inputs before pipes are flushed. It works fine, but adds a significant limitation: it is unable to pipe FROM inputs.

Why do we need to pipe from inputs?

It may be super useful to read inputs, to pass them to another component for read only operations like logging, analytics, monitoring.

I personally found myself creating "bypass" outputs and forwarding signals just to copy them.
It looks like we can flush pipes in smarter ways, so piping from inputs will be available

@hovsep hovsep added the enhancement New feature or request label Sep 4, 2024
@hovsep
Copy link
Owner Author

hovsep commented Sep 18, 2024

Implemented #45

@hovsep hovsep closed this as completed Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant