Combining dataflow results
问题 I am develop a Dataflow pipeline which reads a collection of files and, for each line in each file, performs a series of Dataflow blocks. After all steps have completed for each line in a file, I am wanting to execute further blocks on the file itself, but I don't know how this is possible. It is straightforward to split processing via a TransformManyBlock , but how can one then consolidate? I am used to Apache Camel's Splitter and Aggregator functionality - or there a fundamental disconnect