tremor-runtime
tremor-runtime copied to clipboard
syntax sugar for connect chaining
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;