Re: [akka-user] How to attach multiple actors as sources to an Akka stream?

2015-05-11 Thread akka-streams-beginner
Hi Endre, I was able to implement everything like you suggested by providing a function to combine the mat values of the 2 sources into 1. But is it possible to implement this for a list of sources? I mean, not a finite number of sources (I believe that can be done by using the odd .closed2-21

Re: [akka-user] How to attach multiple actors as sources to an Akka stream?

2015-05-11 Thread Endre Varga
Hi, On Mon, May 11, 2015 at 9:43 AM, akka-streams-beginner vadik...@gmail.com wrote: Hi Endre, I was able to implement everything like you suggested by providing a function to combine the mat values of the 2 sources into 1. But is it possible to implement this for a list of sources? I mean,

Re: [akka-user] How to attach multiple actors as sources to an Akka stream?

2015-05-08 Thread Akka Team
Hi, On Wed, May 6, 2015 at 3:49 PM, akka-streams-beginner vadik...@gmail.com wrote: I posted this question to stackoverflow ( http://stackoverflow.com/questions/30077766/how-to-attach-multiple-actors-as-sources-to-an-akka-stream), but then was pointed to this group, so I'll ask here: I am

[akka-user] How to attach multiple actors as sources to an Akka stream?

2015-05-06 Thread akka-streams-beginner
I posted this question to stackoverflow (http://stackoverflow.com/questions/30077766/how-to-attach-multiple-actors-as-sources-to-an-akka-stream), but then was pointed to this group, so I'll ask here: I am trying to build and run an akka stream flow (in Java DSL) with 2 actors as sources, then