[akka-user] Re: [akka-http] Some questions about akka-http

2015-08-25 Thread André
Hi Leon, please see the discussion re. chunking here . What's your use case? Cheers, André On Tuesday, August 25, 2015 at 9:21:46 AM UTC+2, Leon Ma wrote: > > Hi, > > I have some general questions about akka-http: > > 1. Is there any concrete samples th

[akka-user] Re: [akka-http] Some questions about akka-http

2015-08-25 Thread Leon Ma
Hi, André Thanks for the quick response. Actually I'm trying to do some prototyping to see how hard to migrate my spray application into akka-http. Here're my case: I have a facade Actor binding with Spray Http: IO(Http) ! Http.Bind(facadeActorRef, interface, port, settings = Option(settings

[akka-user] Re: [akka-http] Some questions about akka-http

2015-08-25 Thread André
Hi Leon, I'd recommend against putting transfer encoding specifics into your business model. There are multiple ways of creating entities which should enable you to reuse your current model after a bit of conversion. BTW: Chunking support is still available in the entity model as well. It was