[akka-user] Re: At present, which one is better to use Akka-HTTP or Spray.io for future based on a new learner?

2015-12-19 Thread Jim Hazen
At present, for a new learner, go with Spray. Spray is mature and fast and all around, "just works". Akka-HTTP is the future of stream based HTTP processing for Akka, but he current 1.0 release lacks the feature parity or performance of Spray. That will hopefully change with the 2.0 release. I

Re: [akka-user] Re: Deserialize ActorRef, again

2015-12-19 Thread Patrik Nordwall
Yeah, that is what I mean :-) lör 19 dec. 2015 kl. 18:09 skrev Guido Medina : > Hey Patrik, to confirm; out of the 6 I listed only leave "java" as I had > it initially? > > > On Saturday, December 19, 2015 at 4:24:15 PM UTC, Patrik Nordwall wrote: > >> Don't change the ones that are using protobuf

Re: [akka-user] Re: Deserialize ActorRef, again

2015-12-19 Thread Guido Medina
Hey Patrik, to confirm; out of the 6 I listed only leave "java" as I had it initially? On Saturday, December 19, 2015 at 4:24:15 PM UTC, Patrik Nordwall wrote: > > Don't change the ones that are using protobuf, eg akka-cluster. They are > optimized, and proven to work well. Replacing anything th

Re: [akka-user] Re: Deserialize ActorRef, again

2015-12-19 Thread Patrik Nordwall
Don't change the ones that are using protobuf, eg akka-cluster. They are optimized, and proven to work well. Replacing anything that is using java serialization is good. lör 19 dec. 2015 kl. 17:12 skrev Guido Medina : > Hi, not with the intention of hijacking this thread but here is a question > r

Re: [akka-user] Re: Deserialize ActorRef, again

2015-12-19 Thread Guido Medina
Hi, not with the intention of hijacking this thread but here is a question related question: If I decide to use only Kryo for all sort of serializations, has anyone done this? I mean to also serialize Akka inter-node messages with Kryo? *This is what I had before:* serializers { java = "com.

Re: [akka-user] Re: Deserialize ActorRef, again

2015-12-19 Thread Guido Medina
Why not Akka Kryo? -- >> 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 a

Re: [akka-user] Re: Streaming http call gives EntityStreamSizeException (2.0-M2)

2015-12-19 Thread Jeroen Gordijn
FYI I created this issue: https://github.com/akka/akka/issues/19237 Any idea on: "One thing I do notice is that the CPU keeps running high whenever I kill 'curl'. Is there something I should do to close the stream? Suspending curl works fine though." -- >> Read the docs: http: