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

2015-11-16 Thread Jim Hazen
With these latest foundational changes, is akka-http 2.0 intended to be the 'spray parity' release? If not, is there a roadmap for an akka-http client as rich as Spray's and akka-http server as performant as Spray's? -- >> Read the docs: http://akka.io/docs/ >> Check

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

2015-11-15 Thread Tim Harper
Excellent work!!! On Friday, November 6, 2015 at 6:19:49 AM UTC-7, Martynas Mickevičius wrote: > > *Dear Hakkers* > > we—the Akka committers—are very pleased to announce Akka Streams & HTTP > 2.0-M1, the first milestone of the upcoming 2.0 release. The overarching > theme of this milestone is

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

2015-11-08 Thread Gary Struthers
> > The 2.0M-1 docs have a TODO for GraphStage. In the meantime is there > anything out there to help start using them? > Gary -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >>

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

2015-11-08 Thread Konrad Malawski
Hi Gary, yes, you should read the AsyncStage => GraphStage migration: http://doc.akka.io/docs/akka-stream-and-http-experimental/2.0-M1/scala/migration-guide-1.0-2.x-scala.html#asyncstage-has-been-replaced-by-graphstage It's a the most complex translation I think, so once you grasp that one you

[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] 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

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

2015-11-06 Thread Konrad Malawski
Very glad the upgrade was so smooth for you Mathias! We know it's a bit of mechanical changes in some spots, but should be farily simple (and outlined in the migration guide). Happy hakking! --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 6 November 2015 at 22:34:26, Mathias Bogaert

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

2015-11-06 Thread Gabriel Volpe
Excellent news!!! Thanks for the hard work, I'm gonna give it a try! El viernes, 6 de noviembre de 2015, 13:19:49 (UTC), Martynas Mickevičius escribió: > > *Dear Hakkers* > > we—the Akka committers—are very pleased to announce Akka Streams & HTTP > 2.0-M1, the first milestone of the upcoming

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

2015-11-06 Thread Andrew Gaydenko
Great! 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 HTTP

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

2015-11-06 Thread Mathias Bogaert
Great! Had to make only one change to my Akka HTTP API: replace akka.http.scaladsl.server.directives.UserCredentials with akka.http.scaladsl.server.directives.Credentials. On Friday, 6 November 2015 13:19:49 UTC, Martynas Mickevičius wrote: > > *Dear Hakkers* > > we—the Akka committers—are very