Hello everyone,
I have the need to let some stream paths end in “nothing”.
Essentially I have a bunch of diff outputs that I will ignore, but eventually I will have to reduce the entire pipeline to a single output since it will be a triggered task.
What would be the most elegant way of doing that without introducing too much overhead? Right now i would probably ‘Gate’ those outputs together and then simply ignore them, but is there a nicer option?
Best regards
Thomas