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

API: Consider removing the ability of streams to build stream graphs #48

Open
branimirangelov opened this issue Oct 4, 2020 · 1 comment
Labels
question Further information is requested

Comments

@branimirangelov
Copy link
Collaborator

With the new notation for modules and the ability to have multiple HTTP methods in a module, stream graph building can be delegate to modules.

@branimirangelov branimirangelov added the question Further information is requested label Oct 4, 2020
@branimirangelov branimirangelov added this to the Release 0.6 milestone Oct 4, 2020
@bojidar-bg
Copy link
Collaborator

bojidar-bg commented Nov 18, 2021

With the merging of streams and calls/modules into executions in 884a80a, I think such a limitation would not make much sense.
However, as creating a stream is currently not an idempotent operation, doing it in a stream could potentially lead to a phantom stream existing after a well-timed crash.

Removing from the 0.6 milestone, as it is not blocking for release. 😃

@bojidar-bg bojidar-bg removed this from the Release 0.6 milestone Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants