Re: [akka-user] How do I get connected Inlet and Outlet ? Akka 2.4.6

2016-05-25 Thread Endre Varga
I would add though, that it is generally not recommended to set the maximumBurst to zero as it is highly inefficient (needs to contact the Scheduler for basically all messages) and for higher rates it has not enough precision. So maximumBurst is also used to be able to compensate for the scheduler

[akka-user] Akka Cluster - can RemoteRouterConfig use dynamic list of remote Addresses?

2016-05-25 Thread Regunath Balasubramanian
Hi, I use Akka, Akka Cluster and Cluster tools version 2.4.1 to create a cluster aware Router that can route messages to Actor instances placed on the cluster nodes using ClusterRouterPool and RemoteRouterConfig.This works when I use a constructor like new RemoteRouterConfig(RoundRobinPool, A d

[akka-user] Akka HTTP client overflow strategy

2016-05-25 Thread Loïc Descotte
HI, I would like to use Akka Http client to call a webservice in a non blocking way. The app that will use this client must never block and should never crash, even if the webservice that it will call becomes very slow (for example if the traffic is too high). When the client registers a callba

Re: [akka-user] Akka HTTP client overflow strategy

2016-05-25 Thread Viktor Klang
Hi Loïc! Your requirements, if interpreted literally, will be impossible to achieve (as in, in our universe). On the other hand, if we don't take them all that literally, have you tried it out, with a timeout, and tested different load scenarios? On Wed, May 25, 2016 at 11:07 AM, Loïc Descotte

Re: [akka-user] Akka HTTP client overflow strategy

2016-05-25 Thread Loic Descotte
Hi Viktor, Thanks for your answer! I haven't yet done some load test but I will :) Thanks Loïc Le mer. 25 mai 2016 à 11:14, Viktor Klang a écrit : > Hi Loïc! > > Your requirements, if interpreted literally, will be impossible to achieve > (as in, in our universe). > > On the other hand, if we

[akka-user] Sender[null] sent message of type

2016-05-25 Thread Thiago Pereira
Hi guys, I have a spray route where I declare one of my actors. Sometimes, I can see when I got heavy load on the machines, some of the requests may fail with the following message: Caused by: akka.pattern.AskTimeoutException: Ask timed out on [ActorSelection[Anchor(akka://default/), Path(/us

[akka-user] Re: Sender[null] sent message of type

2016-05-25 Thread Thiago Pereira
I have created a SO with this a bit more explained: http://stackoverflow.com/questions/37439042/akka-sendernull-sent-message-of-type On Wednesday, 25 May 2016 10:24:05 UTC-3, Thiago Pereira wrote: > > Hi guys, > > I have a spray route where I declare one of my actors. > > Sometimes, I can see wh

Re: [akka-user] ConfigFactory parses String as List

2016-05-25 Thread Yan Pei
Patrik, I didn't find any API inside ConfigFactory to take list, but I found a workaround by just appending all my custom configuration as a String and use ConfigFactory.parseString(customizedConfigurationString) to generate Config Thanks, Yan On Wednesday, May 25, 2016 at 12:07:15 AM UTC-5

[akka-user] com.github.romix.akka:akka-kryo-serialization_2.11 and AES Transform?

2016-05-25 Thread kraythe
I have Been integrating this extension (which is mentioned in the Akka docs and is great) and I am having a problem. Basically it seems that when I enable the AES transform it generates a different serialized bytes each time which causes problems with hazelcast that uses the byte representation