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

feature request: upstream close propagation #128

Open
mccraigmccraig opened this issue May 11, 2017 · 1 comment
Open

feature request: upstream close propagation #128

mccraigmccraig opened this issue May 11, 2017 · 1 comment

Comments

@mccraigmccraig
Copy link

i wanted to have a bunch of sources all transitively close automatically when their ultimate sink was closed

as it stands :upstream? true only seems to work on upstream sources connected directly with (connect ... {:upstream? true}) and any map operations in between source and sink will stop close propagation. additionally upstream sources are only closed when items are flowed to the sink marked with :upstream? true, rather than when the sink is closed

i gather from #85 that there are some difficulties with upstream navigation so this feature request may not be feasible, but it would sure be nice :)

@ztellman
Copy link
Collaborator

I've got parts of this implemented, I'll take another look and see what I can do. Thanks for adding your vote.

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

No branches or pull requests

2 participants