[akka-user] Re: Akka stream - Flow in Pause

2016-10-14 Thread Konrad 'ktoso' Malawski
Seems like double posted the same question? Please don't double post the same question :-) I answered in that thread: https://groups.google.com/forum/#!topic/akka-user/7VqlP1w_CN8 -- Konrad Akka Team W dniu piątek, 14 października 2016 09:02:59 UTC+2 użytkownik regis leray napisał: > > I'm tr

[akka-user] Re: Akka stream - Flow in Pause

2016-10-14 Thread regis leray
I'm trying to implement the pause/resume in akka stream. The current implementation, is buffering all elements into an List if the valve is in mode "close", if not we are pushing elements like the default behavior. When we are resuming the flow by calling the materialize value switch.open, we c