framework-js icon indicating copy to clipboard operation
framework-js copied to clipboard

Introduce MultiStream/MuxStream

Open f1ames opened this issue 4 years ago • 0 comments

Feature description

Introduce MultiStream/MuxStream similar to MultiStrean from v4.

The idea behind a MultiStream is being able to mux and demux streams when needed. MultiStream is an object consisting of multiple streams than can be refined or muxed.

Use case

Merging streams from various sources so all data can be processed by the same pipeline. Distributing data into multiple streams.


If you are interested in this issue or this stream type fits your use case, please upvote with :+1:.

f1ames avatar Dec 08 '21 12:12 f1ames