One pipeline Builders, N Streaming datasets - How to replay only one?

I have one pipeline builder, which produces N streaming datasets as outputs.
I want to replay only one (because on the graph, they are not dependent on each other).
How can I replay only one of the outputs ?

I don’t think this is possible currently today. A workaround would be to split this pipeline up into two separate pipeline builders and then you will be able to manage deployment of each dataset separately.