[akka-user] Re: ANNOUNCE: Akka Stream HTTP 1.0 MILESTONE 5

2015-03-28 Thread Reid Spencer
Great! Thanks Roland team. I will start next week working with akka-streams in my RxMongo implementation. On Friday, March 27, 2015 at 5:05:12 PM UTC-4, rkuhn wrote: Dear hakkers, it has been four weeks since the last milestone was published, so it is high time for the next one. The

Re: [akka-user] Cutsom Flow(Processor) actor

2015-03-28 Thread zeronineseven
Just to clarify: are there any plans to add support for custom actor processors inside Flow DSL(e.g. *Flow(Props[ProcessorActor])*) in near future? I believe that this feature is quite important. On Friday, March 27, 2015 at 11:56:59 AM UTC+3, Patrik Nordwall wrote: Perhaps you can use

[akka-user] Memory leak somehow related to ask pattern

2015-03-28 Thread Yaroslav Klymko
Hi guys, I have a very strange problem, it was originally spotted by @gfduszynski https://github.com/EventStore/EventStore.Akka.Persistence/issues/11 Here is a problematic line of code

[akka-user] Handle timeout of response in akka-http

2015-03-28 Thread Dimas Shahtarin
In akka-http routing I can return Future as response, that implicitly converts to ToResponseMarshaller. Is there some way to handle timeout of this future? Or timeout of connection in route level? Or one way is to use Await() function? Right now client can wait response forever.

[akka-user] Re: ANNOUNCE: Akka Stream HTTP 1.0 MILESTONE 5

2015-03-28 Thread Giovanni Alberto Caporaletti
Great work as always. I'm already using it in one minor project - will let you know if I find any issues ;) On Friday, 27 March 2015 22:05:12 UTC+1, rkuhn wrote: Dear hakkers, it has been four weeks since the last milestone was published, so it is high time for the next one. The