Re: [akka-user] [akka-streams 1.0-M2]: opportunistic FlattenStrategy

2015-02-06 Thread Paul Kinsky
Thanks for the quick response, I'll look for FlattenStrategy.merge in future releases. On Friday, February 6, 2015 at 6:00:06 AM UTC-5, Akka Team wrote: > > Hi Paul, > > On Thu, Feb 5, 2015 at 10:50 PM, Paul Kinsky > wrote: > >> I would like to flatten a Source[Source[T]] opportunistically, emit

Re: [akka-user] [akka-streams 1.0-M2]: opportunistic FlattenStrategy

2015-02-06 Thread Akka Team
Hi Paul, On Thu, Feb 5, 2015 at 10:50 PM, Paul Kinsky wrote: > I would like to flatten a Source[Source[T]] opportunistically, emitting > elements of type T as they arrive from any of the inner Sources. This is > conceptually similar to a merge vertex >

[akka-user] [akka-streams 1.0-M2]: opportunistic FlattenStrategy

2015-02-05 Thread Paul Kinsky
I would like to flatten a Source[Source[T]] opportunistically, emitting elements of type T as they arrive from any of the inner Sources. This is conceptually similar to a merge vertex , with