[akka-user] Proper way to handle the Entity Stream Truncation Exception

2016-06-29 Thread Ubaldo Taladríz
Hi, I'm not sure how to handle the entity stream truncation exception I have a "Downloader" actor using akka http client side, and I tried everything, shutdown the pool, terminate the actor (The parent watches the child and creates a new one ). This is the internal error [ERROR] 2016-06-29 02:09:5

[akka-user] Re: Dynamically add HTTP Routes

2016-02-01 Thread Ubaldo Taladríz
I'll try it. Thanks El lunes, 1 de febrero de 2016, 7:32:21 (UTC-3), Johannes Rudolph escribió: > > On Monday, February 1, 2016 at 11:28:58 AM UTC+1, Johannes Rudolph wrote: >> >> Http.bindAndHandle(currentRoute(), ...) >> > > Actually, I just figured that this won't work, because currentRoute()

[akka-user] Re: Update http routes

2016-01-29 Thread Ubaldo Taladríz
Hi, Did you solve this? I need to add http routes dinamically. Regards, Ubaldo El jueves, 24 de diciembre de 2015, 6:17:27 (UTC-3), greg@bcgdv.com escribió: > > Hi, > > for my scenario, I need to modify http routes dynamically at runtime by > one of the actors. Can I do it without restartin

[akka-user] Dynamically add HTTP Routes

2016-01-29 Thread Ubaldo Taladríz
Hi, I'm trying to dynamically add http routes to a server without restarting Is it possible? I'm using Akka-http Regards Ubaldo -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >>