Looks good so far. I have a quick question though. The examples all exclusively use futures, but I assume you can use a pure actor implementation as well? Will there be a sample that uses a more traditional akka actor approach to consume pipelines, etc? On Thursday, April 17, 2014 3:30:22 AM UTC-4, rkuhn wrote: > > Dear Scala and Akka community, > > we are very excited to unveil what has kept us busy for the past few > months: we have collaborated with partners from the industry to draft the > Reactive > Streams <http://www.reactive-streams.org/> specification, and in order to > prove that it works we have created an implementation as well—Akka > Streams<https://github.com/akka/akka/tree/release-2.3/akka-stream/src/main/scala/akka/stream>. > > For an introduction to the use case, you are welcome to read the official > Typesafe > announcement <https://typesafe.com/blog/typesafe-announces-akka-streams>, > and of course we also have prepared an Activator > template<https://typesafe.com/activator/template/akka-stream-scala> with > which you can start exploring the > API<http://doc.akka.io/api/akka-stream-experimental/0.2/index.html#akka.stream.scaladsl.Flow>. > > We currently have only started with the Scala API, you can expect the DSL > to grow more feature rich in the coming weeks, and of course Java versions > will be forthcoming as well! > > The attentive reader will have noted that the source code lives on Akka’s > “release-2.3” branch. The intention is to develop it based on the latest > stable 2.3.x binary artifact in order to be able to back-release it when it > becomes ready. It will of course also be part of Akka 2.4, but that is > going to be released only towards the end of the year, see the updated > roadmap<https://docs.google.com/document/d/18W9-fKs55wiFNjXL9q50PYOnR7-nnsImzJqHOPPbM4E/pub> > for > more information. > > So, for all of you who have been itching to do something like this (or > already started) or who just want to play with it: give it a spin, let us > know what you think, and if you have suggestions please bring them > forward—preferably in pull request form :-) > > Regards, > > > *Dr. Roland Kuhn* > *Akka Tech Lead* > Typesafe <http://typesafe.com/> – Reactive apps on the JVM. > twitter: @rolandkuhn > <http://twitter.com/#!/rolandkuhn> > >
-- >>>>>>>>>> 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.
