w00t!! :-) FWIW, porting my existing actor system (a network data processing system) to akka-streams has been a huge success. It has solved my back-pressure problems efficiently and predictably with zero fuss, has provided for better composability, and is much easier to reason over.
Another benefit is that my code base has been reduced by a factor of 4 or 5 (partly due to it being my first Akka system, but mostly because you guys have nailed the abstractions so well). Less code now is less code to maintain later! Thank you so much for the "reactive streams" initiative, and for making these early releases of akka-streams available for evaluation. My personal productivity gains are already worth any API compatibility breakages you guys might have to make in subsequent releases. So know, at least from where I sit, there's significant appreciation for you publishing these early versions of akka-streams to the community, as well as encouragement/support to keep refining the APIs as is necessary to "get it right" (so break away!). Cheers, Simeon On Thursday, August 14, 2014 3:59:33 AM UTC-4, √ wrote: > > Hi Simeon, > > We are working on that as we speak, stay tuned. > > > On Wed, Aug 13, 2014 at 8:15 PM, Simeon Fitch <[email protected] > <javascript:>> wrote: > >> Another way of looking at my question might be this: How does one do zip, >> tee and merge like operations on Ducts and Flows before the >> materialization phase? >> >> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user >> --- >> You received this message because you are subscribed to the Google Groups >> "Akka User List" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Cheers, > √ > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
