Re: [akka-user] stream of objects over http

2016-04-04 Thread Konrad Malawski
It'll eventually be available for all DSLs (Scala / Java). Sorry for the wait, we're rushing towards the new Java DSL since quite a bit and it's just around the corner right now. --  Cheers, Konrad 'ktoso’ Malawski Akka @ Lightbend On 4 April 2016 at 14:33:21, RANDOM MOD 2 (cesar4...@gmail.com)

Re: [akka-user] stream of objects over http

2016-04-04 Thread RANDOM MOD 2
Hey! Thanks for your answer It's nice receiving your help, but could you provide a little snippet in Java? I don't speak Scala.. :( El lunes, 4 de abril de 2016, 12:19:09 (UTC+2), Konrad Malawski escribió: > > I have a (stashed) PR implementing exactly what you ask for here, however > we

Re: [akka-user] stream of objects over http

2016-04-04 Thread Konrad Malawski
I have a (stashed) PR implementing exactly what you ask for here, however we first need to ship the new JavaDSL before I can revive this PR. My work in progress PR was here: https://github.com/akka/akka/pull/18745 People have actually copied it and used on prod I hear ;-) Anyway, it's a feature

[akka-user] stream of objects over http

2016-04-03 Thread RANDOM MOD 2
Hello, I have got a piece of code (see bellow) which spawns a server that echoes every stream of ByteString it receives from port 6001. The example also defines a client that connects to the server and sends a stream of ByteString containing a list of characters from letter 'a' to 'z'.