tremor-runtime icon indicating copy to clipboard operation
tremor-runtime copied to clipboard

syntax sugar for connect chaining

Open Licenser opened this issue 3 years ago • 0 comments

for the simple case of connecting standard ports (in / out) it would be nice to be able to chin connects like this:

connect /connector/input to /pipeline/main;
connect /pipeline/main to /connector/output;

as:

connect /connector/input to /pipeline/main  to /connector/output;

Licenser avatar Jan 17 '22 12:01 Licenser