suitepad-gmbh / pipette

Flow-Based Programming framework for Elixir
MIT License
21 stars 3 forks source link

[FEATURE] add Pipette.Stage.Recipe to nest recipes within each other #5

Closed Overbryd closed 6 years ago

Overbryd commented 6 years ago

@theharq check this out, Paul suggest we might just use controller/client to nest recipes.

This is definitely a solution that uses a lot more processes, and is not as elegant as chaining the GenStages together, but it fulfils the purpose.

Performance tests will show what the implications are for this kind of nesting.

I am happy with it. We might just work on a Controller that does the nesting on a GenStage level another time.

spieker commented 6 years ago

@theharq Please have a look at this PR and approve if it looks good to you

Rio517 commented 6 years ago

Was there anything else pending before merging this?