[akka-user] Re: Concept of Directors?

2015-11-07 Thread matheuslimaufc
You can achieve this result using clustered routes and assign cluster roles to specific. For example, you want create 4 "directories", you can create 4 cluster aware routes and for each route your assign a role , "DIRECTORY1", "DIRECTORY2" etc. "Inter-directory" can be did using lookup actors. h

[akka-user] Re: Akka Stream and Http 2.0-M1 Released!

2015-11-07 Thread Andrew Gaydenko
Konrad, hi! Thanks for the explanation, now i see the M1 is more interesting (for me) than it can be visible at first :) I remember the Play team intention to (officially, not experimental) switch to Akka Stream from Iteratees only when performance will be comparable. So, that future is moving

[akka-user] Concept of Directors?

2015-11-07 Thread John Antypas
To all the Akka users out there -- I'm wondering how hard this would be For Akka (I'm on the scala side myself), what if we could extend the cluster concept a bit more? I imagine a cluster of like minded actors would all be under the same "Director". A Directory is an annotation that sa

Re: [akka-user] [Akka Stream 2.0-M1] Quick blog post

2015-11-07 Thread Konrad Malawski
Nice post, thanks for sharing! :-) --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 7 November 2015 at 12:41:50, Gabriel Volpe (volpegabr...@gmail.com) wrote: The previous project was updated and the changes were pretty straight forward. https://partialflow.wordpress.com/2015/11/07/akka-s

[akka-user] Re: Akka Stream and Http 2.0-M1 Released!

2015-11-07 Thread Konrad Malawski
> > On Friday, November 6, 2015 at 4:19:49 PM UTC+3, Martynas Mickevičius > wrote: >> >> ... This is also the feature that will increase performance for various >> use cases, including HTTP. >> > > Is it just the first step, or significant part of the way, or almost the > whole way to make Akka

[akka-user] [Akka Stream 2.0-M1] Quick blog post

2015-11-07 Thread Gabriel Volpe
The previous project was updated and the changes were pretty straight forward. https://partialflow.wordpress.com/2015/11/07/akka-stream-2-0-m1-quick-update/ Thanks Akkers! -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/