Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-16 Thread Filippo De Luca
Awesome guys very good job! On 16 July 2015 at 00:12, Viktor Klang wrote: > Awesome, Andrey! > > -- > Cheers, > √ > On 15 Jul 2015 18:10, "Andrey Kuznetsov" wrote: > >> Awesome, it's a historical day! >> >> I can't imagine how our project would look without Akka and, especially, >> Akka Streams

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Viktor Klang
Awesome, Andrey! -- Cheers, √ On 15 Jul 2015 18:10, "Andrey Kuznetsov" wrote: > Awesome, it's a historical day! > > I can't imagine how our project would look without Akka and, especially, > Akka Streams. > We were early adopters of Streams, used them to implement fully-features > messaging pla

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Andrey Kuznetsov
Awesome, it's a historical day! I can't imagine how our project would look without Akka and, especially, Akka Streams. We were early adopters of Streams, used them to implement fully-features messaging platform (read self-hosted Layer.com). Just upgraded to Streams 1.0 too! https://github.com/a

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Fernando Racca
On Wednesday, 15 July 2015 13:40:25 UTC+1, Konrad Malawski wrote: > > Dear hakkers, > > we—the Akka committers—are very pleased to announce the final release of > Akka Streams & HTTP 1.0. After countless hours and many months of work we > now consider Streams & HTTP good enough for evaluation a

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Konrad Malawski
On Wed, Jul 15, 2015 at 10:08 PM, Sam Halliday wrote: > Great! We already have a branch in ENSIME to expose our JSON protocol > (JERKY) over akka-http REST and WebSockets: > Awesome, thanks for tracking the release so eagerly and for your feedback along the way! On Wed, Jul 15, 2015 at 10:39 PM

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Konrad Malawski
I'll try to answer all questions posted here; It may take more than 1 email, please bear with me :-) > First of all congratulations on the release of akka-streams and akka-http ! > Thanks! What's a good approach to design such a service ? > All depends on the exact "what should it be doing" I g

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Sam Halliday
Great! We already have a branch in ENSIME to expose our JSON protocol (JERKY) over akka-http REST and WebSockets: https://github.com/fommil/ensime-server/blob/websocket/server/src/main/scala/org/ensime/server/WebSocketBoilerplate.scala On Wednesday, 15 July 2015 13:40:25 UTC+1, Konrad Malawski

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread 何品
congratulations,big time. -- >> 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 becaus

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0

2015-07-15 Thread Debasish Das
Hi, First of all congratulations on the release of akka-streams and akka-http ! I am writing a service and spray was my initial choice but with akka-http and spray merge I am more inclined to start learning and using akka-http. This service needs to manage a SparkContext and most likely Cassand

[akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-30 Thread mkiedys
Thumbs up for more appropriate names and keep going! Awsome sauce. Thank you for making this awsome project real. Not only it brings us type safe HTTP framework but also shows what can be done using Scala. I'm using Akka Streams & HTTP with Kafka without issues so far. Thanks! W dniu czwartek,

Re: [akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-29 Thread Mark van Buskirk
My mistake I guess, I thought I saw RC3 when I did the process below. However now it's working as expected. :-) Thanks! Process: google "akka" click top link taking me to "akka.io" click documentation see RC3 instead of RC4 On Mon, Jun 29, 2015 at 7:00 AM, Endre Varga wrote: > > > On Mon, Ju

Re: [akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-29 Thread Endre Varga
On Mon, Jun 29, 2015 at 12:41 PM, Endre Varga wrote: > > > On Sun, Jun 28, 2015 at 2:40 AM, Gary Struthers > wrote: > >> After updating I can't find *akka-http-spray-json-experimental *for >> RC4 and get this error >> >> [error] missing or invalid dependency detected while loading class file >>

Re: [akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-29 Thread Endre Varga
On Sun, Jun 28, 2015 at 2:40 AM, Gary Struthers wrote: > After updating I can't find *akka-http-spray-json-experimental *for > RC4 and get this error > > [error] missing or invalid dependency detected while loading class file > 'SprayJsonSupport.class'. > > [error] Could not access type FlowMater

Re: [akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-29 Thread Konrad Malawski
Hi Mark, which site are you referring to specifically? As you can see on http://akka.io/docs/ we're linking to RC4. --  Cheers, Konrad 'ktoso’ Malawski Akka @ Typesafe On 29 June 2015 at 12:37:53, Mark van Buskirk (markvanbusk...@gmail.com) wrote: I see the site is now giving the RC3 dependencie

[akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-29 Thread Mark van Buskirk
I see the site is now giving the RC3 dependencies and documentation. Did they pull RC4 back to fix a some bugs? Where can I find news like that? On Saturday, June 27, 2015 at 8:40:46 PM UTC-4, Gary Struthers wrote: > > After updating I can't find *akka-http-spray-json-experimental *for > RC4 a

[akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-27 Thread Gary Struthers
After updating I can't find *akka-http-spray-json-experimental *for RC4 and get this error [error] missing or invalid dependency detected while loading class file 'SprayJsonSupport.class'. [error] Could not access type FlowMaterializer in package akka.stream, [error] because it (or its depende

[akka-user] Re: ANNOUNCE Akka Streams & HTTP 1.0-RC4

2015-06-25 Thread matheuslimaufc
Great work! When will there be integration with cluster? Distribute workload of complex streams to many nodes. On Thursday, June 25, 2015 at 6:43:34 AM UTC-3, rkuhn wrote: > > Dear hakkers, > > we—the Akka committers—are pleased to announce the fourth release > candidate for Akka Streams & HTTP.

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-28 Thread Roland Kuhn
Yes, as announced we collapsed the previously half-heartedly separated Java/Scala artifacts again, hence no “-scala” in the name anymore. Regards, Roland > 28 maj 2015 kl. 22:14 skrev Jakub Liska : > > Hi, > > how about these 2 deps? Haven't they been deployed or their name changed? > > [w

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-28 Thread Jakub Liska
Hi, how about these 2 deps? Haven't they been deployed or their name changed? [warn] :: [warn] :: UNRESOLVED DEPENDENCIES :: [warn] :: [warn] :: com.typesafe.akka#akka-http-scala-experim

Re: [akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-25 Thread Roland Kuhn
Yup, Java docs coming up next—the idea is to first complete one set of the docs (Scala) and then do a translation (to Java). > 25 maj 2015 kl. 11:39 skrev Nicolaas Frederick Huysamen > : > > +1 for Java docs. > > On Monday, 25 May 2015 10:24:50 UTC+2, Guido Medina wrote: > Excellent news, > >

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-25 Thread Nicolaas Frederick Huysamen
+1 for Java docs. On Monday, 25 May 2015 10:24:50 UTC+2, Guido Medina wrote: > > Excellent news, > > But I couldn't find the HTTP guide for Java, ETA?, unfortunately our > project is using Akka/Java 8. > > We are waiting on it to use right away :D > > Best regards, > > Guido. > -- >>

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-25 Thread Guido Medina
Excellent news, But I couldn't find the HTTP guide for Java, ETA?, unfortunately our project is using Akka/Java 8. We are waiting on it to use right away :D Best regards, Guido. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-24 Thread Anton Kulaga
Great news! But do not you think that you had rushed to add RC suffix to akka-http? I see that a number of changes between RC-1 and RC2, RC2 and RC3 is more common to milestones rather then RC-s? >we integrated the Scala and Java DSLs within combined artifacts again, since the separation was o

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-22 Thread Jeroen Gordijn
Hi Roland, This is great! Kudo's for the good work. I wanted to get it going and noticed that http://akka.io/docs/ still mentions two seperate http artifacts for scala and java. It is not listing all available artifacts as mentioned on http://doc.akka.io/docs/akka-stream-and-http-experimental

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0-RC3

2015-05-22 Thread Giovanni Alberto Caporaletti
Awesome, especially the documentation, I was really looking forward to that. Cheers! On Friday, 22 May 2015 17:43:53 UTC+2, rkuhn wrote: > > Dear hakkers, > > we—the Akka committers—are pleased to announce the third release candidate > for Akka Streams & HTTP. The most notable changes since 1.0-

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0 MILESTONE 4

2015-03-09 Thread Quentin Adam
Thx a lot for the amazing work Already used by beta feature at Clever Cloud ;-) Best Regards, Le vendredi 27 février 2015 17:08:24 UTC+1, rkuhn a écrit : > > Dear hakkers, > > we are pleased to announce the availability of the fourth milestone of > Akka Streams & HTTP. The biggest directly visi

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0 MILESTONE 4

2015-02-28 Thread Giovanni Alberto Caporaletti
another bug: onPull is not called after absorbTermination(). I openened an issue. Do you have the same problem? https://github.com/akka/akka/issues/16966 On Friday, 27 February 2015 19:27:41 UTC, Shawn wrote: > > Does it support HTTPS yet? > -- >> Read the docs: http://akka.io/docs

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0 MILESTONE 4

2015-02-27 Thread Shawn
Does it support HTTPS yet? -- >> 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 becau

[akka-user] Re: ANNOUNCE: Akka Streams & HTTP 1.0 MILESTONE 4

2015-02-27 Thread Giovanni Alberto Caporaletti
Brilliant! Do you still think websockets will be included in 1.0 final? Thanks for the hard work G On Friday, 27 February 2015 16:08:24 UTC, rkuhn wrote: > > Dear hakkers, > > we are pleased to announce the availability of the fourth milestone of > Akka Streams & HTTP. The biggest directly vi

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-09 Thread Robert Wilton
Hi Roland, Mathias, Thanks for the update. This is starting to look really good. Some more HTTP routing examples would be really great if they were available ;-) Although I appreciate that you guys are very busy. I was wondering what the longer term plan was with regards to JSON support, gi

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-08 Thread Endre Varga
On Mon, Dec 8, 2014 at 10:30 AM, Luis Ángel Vicente Sánchez < langel.gro...@gmail.com> wrote: > I found that really confusing when I was rewriting my transformers. It > feels quite error prone that you have to remember you can only return the > directives that the ctx methods return. > I don't kno

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-08 Thread Luis Ángel Vicente Sánchez
I found that really confusing when I was rewriting my transformers. It feels quite error prone that you have to remember you can only return the directives that the ctx methods return. On 8 Dec 2014 08:44, "Endre Varga" wrote: > > > On Sat, Dec 6, 2014 at 2:40 PM, Muki wrote: > >> Nice work! I t

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-08 Thread Endre Varga
On Sat, Dec 6, 2014 at 2:40 PM, Muki wrote: > Nice work! I tried it and was wondering if the usage of *Stage* and > *Directive* is correct > > *class* GridCellTransformer(*implicit* *val* resolution: Double) *extends* > PushStage[LocationUpdate, IndexedLocationUpdate] { > > *override* *def* onP

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-08 Thread Patrik Nordwall
On Sat, Dec 6, 2014 at 2:40 PM, Muki wrote: > Nice work! I tried it and was wondering if the usage of *Stage* and > *Directive* is correct > No, you should return the Directive returned by the methods of ctx, here ctx.push. Read more about it in the ScalaDoc /Patrik > > *class* GridCellTransf

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-06 Thread Muki
Nice work! I tried it and was wondering if the usage of *Stage* and *Directive* is correct *class* GridCellTransformer(*implicit* *val* resolution: Double) *extends* PushStage[LocationUpdate, IndexedLocationUpdate] { *override* *def* onPush(update: LocationUpdate, ctx: Context[IndexedLocatio

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Mathias Bogaert
Deutsche gründlichkeit! Congrats guys! On Thursday, 4 December 2014 17:08:30 UTC, rkuhn wrote: > > Dear hakkers, > > we are very pleased to announce the availability of the first milestone > release of the upcoming Akka Streams and Akka HTTP modules. The > significance of this milestone is that

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Soumya Simanta
This is great work by the Akka team. Congrats and thank you ! I've a stream processing system build in Akka where I've to explicitly handle back pressure (which is kind of painful). Really glad that now it will be supported out of the box. Just curious about as how much akka-http is better (i

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Reid Spencer
Jonas, I would like a clarification on your comment, please. On Dec 5, 2014, at 10:59 AM, Jonas Bonér wrote: > The plan is to put Play on top of: > - akka-streams: as a simpler alternative to Iteratees (which might get > deprecated) > - akka-http: instead of running on top of Netty (see this

Re: [akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Jonas Bonér
On Fri, Dec 5, 2014 at 2:42 PM, pagoda_5b wrote: > Very nice job indeed. > Just a question, but this could be the wrong place so please redirect me > if needed. > > What about overlapping features between akka-http and playframework ? > Does typesafe has any plan to integrate the two, choose akka

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Scott Weaver
This great news! Many thanks to the Akka team for all their hard work! -scott On Thursday, December 4, 2014 11:08:30 AM UTC-6, rkuhn wrote: > > Dear hakkers, > > we are very pleased to announce the availability of the first milestone > release of the upcoming Akka Streams and Akka HTTP modules.

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread Vikash Dat
this is great news! For Akka HTTP, would we still be able to utilize *spray.testkit.Specs2RouteTest* to test routes or will the Akka team provide something similar? On Friday, December 5, 2014 8:42:51 AM UTC-5, pagoda_5b wrote: > > Very nice job indeed. > Just a question, but this could be the w

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-05 Thread pagoda_5b
Very nice job indeed. Just a question, but this could be the wrong place so please redirect me if needed. What about overlapping features between akka-http and playframework ? Does typesafe has any plan to integrate the two, choose akka http for both, or to let them proceed on separate paths? I'

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread 何品
that's the most awesome thing! we could integration the rest layer with akka application more easier and build our application in a higher abstraction 在 2014年12月5日星期五UTC+8上午1时08分30秒,rkuhn写道: > > Dear hakkers, > > we are very pleased to announce the availability of the first milestone > release

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread wapgui
Updated http server example, removed ScalaRoutingDSL https://github.com/akka/akka/blob/akka-stream-and-http-experimental-1.0-M1/akka-http-tests/src/test/scala/akka/http/server/TestServer.scala -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http:

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread wapgui
As promised on WJAX, good job. Thanx to the team. Am Donnerstag, 4. Dezember 2014 18:08:30 UTC+1 schrieb rkuhn: > > Dear hakkers, > > we are very pleased to announce the availability of the first milestone > release of the upcoming Akka Streams and Akka HTTP modules. The > significance of this m

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread Russ White
I have been trying akka streams since 0.6 (actually we are using akka streams in production already) - so happy to see this significant progress! Great job! On Thursday, December 4, 2014 11:08:30 AM UTC-6, rkuhn wrote: > > Dear hakkers, > > we are very pleased to announce the availability of the

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread Ivan Topolnjak
Congratulations guys! I'm super excited to see this out and to start playing with it :), keep rocking! -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives: h

[akka-user] Re: [ANNOUNCE] Akka Streams & HTTP 1.0 MILESTONE 1

2014-12-04 Thread Benjamin Thuillier
Nice, good job the akka team On Thursday, December 4, 2014 6:08:30 PM UTC+1, rkuhn wrote: > > Dear hakkers, > > we are very pleased to announce the availability of the first milestone > release of the upcoming Akka Streams and Akka HTTP modules. The > significance of this milestone is that we ha