Re: [akka-user] Getting a timeout error when testing a stream with mapAsync stage

2018-02-19 Thread Jakub Kahovec
fore the >> expectComplete it’s not undefined, then you are supposed to get it. >> >> /Patrik >> >> mån 19 feb. 2018 kl. 07:40 skrev Jakub Kahovec : >> >>> I had another thought about this behaviour and two things came to my >>> mind. First, it might

Re: [akka-user] Getting a timeout error when testing a stream with mapAsync stage

2018-02-18 Thread Jakub Kahovec
is behavior is undefined, i.e. some stages deliver it > immediately, some only when demand is requested. This is as expected and in > such test you have to request enough to be sure to get the completed signal. > > /Patrik > fre 16 feb. 2018 kl. 09:02 skrev Jakub Kahovec >: &

Re: [akka-user] Getting a timeout error when testing a stream with mapAsync stage

2018-02-17 Thread Jakub Kahovec
y, some only when demand is requested. This is as expected and in > such test you have to request enough to be sure to get the completed signal. > > /Patrik > fre 16 feb. 2018 kl. 09:02 skrev Jakub Kahovec >: > >> Hi, >> >> >> when using Akka Streams (2.5.9)

[akka-user] Getting a timeout error when testing a stream with mapAsync stage

2018-02-16 Thread Jakub Kahovec
Hi, when using Akka Streams (2.5.9) I've recently bumped into a problem when testing a stream with a mapAsync stage. It unexpectedly ends with an assertion failing on *"timeout (3 seconds) during expectMsg while waiting for OnComplete"* To demonstrate it I've created a simple example. Th

Re: [akka-user] Performance of Akka-Http 2.5.4

2017-11-28 Thread Jakub Kahovec
Thank you Johannes for your comments. As you pointed out, the 40 core machine isn't a typical hardware, we chose it just for measurement purposes and were quite surprised by the results. We've been using for quite a while a home-grown server built on top of Netty which works pretty well for us,

[akka-user] Performance of Akka-Http 2.5.4

2017-08-11 Thread Jakub Kahovec
Hi, we've done recently a little research regarding the performance of current JVM based HTTP servers (and Nginx for comparison) and as regards the results of Akka-Http we were rather unpleasantly surprised. Here are the presumptions for the benchmark: - Single handler handling GET /benchm

[akka-user] Re: Akka http vs Spray performance

2015-10-08 Thread Jakub Kahovec
Hi, first thank you so much for making such a great piece of software. As the 2.4.0 is out, have you made any progress on improving performance of akka http or at least is there any roadmap for this ? Thanks Jakub On Wednesday, May 27, 2015 at 1:44:49 PM UTC+2, zergood wrote: > > I've done l

[akka-user] Re: Any interest in akka-scala-guice activator similar to akka-java-spring

2014-05-17 Thread Jakub Kahovec
Hi Raman, I'd interested to check it out. Is it accessible publicly ? Thanks Jakub On Friday, May 16, 2014 4:57:27 PM UTC+2, Raman Gupta wrote: > > Would there be any interest in an akka-scala-guice activator that is > similar to akka-java-spring, except that it uses Scala and Guice for > d

[akka-user] Re: Create and deploy an actor in a cluster without a router

2014-04-28 Thread Jakub Kahovec
Thank you Patrick for your answer. I'll look into those topics. Jakub On Sunday, April 27, 2014 7:48:09 PM UTC+2, Jakub Kahovec wrote: > > Hi there, > > I'd like to ask if it's possible to create and deploy an actor (one or > more on each node, each with a differ

[akka-user] Create and deploy an actor in a cluster without a router

2014-04-27 Thread Jakub Kahovec
Hi there, I'd like to ask if it's possible to create and deploy an actor (one or more on each node, each with a different constructor arg i.e server name) in a cluster without a router. Something like with remoting where I can only specify that for a certain actor path I want it to be created r