Re: [akka-user] Re: [akka-stream] Junctions documentation and specs

2015-01-23 Thread Endre Varga
On Fri, Jan 23, 2015 at 7:02 AM, Alexey Romanchuk < alexey.romanc...@gmail.com> wrote: > Hey! > > Also there is not straightforward how backpressure works with Broadcast. > What if one of the outputs is busy and another one is requesting for for > new elements? > It will backpressure and adapt th

[akka-user] Re: [akka-stream] Junctions documentation and specs

2015-01-22 Thread Alexey Romanchuk
Hey! Also there is not straightforward how backpressure works with Broadcast. What if one of the outputs is busy and another one is requesting for for new elements? As far as I understand from sources (Broadcast and outputBunch.AllOfMarkedOutputs) broadcast will emit new elements to downstream