[akka-user] [Streams 1.0-M4] Using Balance to partition to independent sinks

2015-03-02 Thread rmarsch
Hi, I have a use case that I believe Akka Streams may be well suited for, but I'm not clearly seeing how to implement part of it from reading the documentation. I have a single, finite input source from an iterator stream. I want to use Balance to split this stream into N partitions and then b

Re: [akka-user] [Streams 1.0-M4] Using Balance to partition to independent sinks

2015-03-03 Thread rmarsch
s/akka-stream-and-http-experimental/1.0-M4/scala/stream-cookbook.html>samples > > of how to balance out processing to a number f workers? > > B/ > > On 2 March 2015 at 23:06:52, rmarsch (rmar...@localytics.com ) > wrote: > > Hi, > > I have a use case that I