[akka-user] Re: system.scheduler.scheduleOnce consumes Heap over time

2015-09-05 Thread Adam
You can easily check what Roland suggested. 1. Setup the frequency of the scheduling to be very fast so memory will grow quickly. 2. connect with visualvm\jconsole to the jvm and initiate gc manually. 3. Compare the trend of memory of the moments right *after the GC* and see if it

[akka-user] akka-streams: wrap blocking iterator when creating a Source

2015-09-05 Thread Alexander Semenov
Hello dear community. Is it okay to wrap a blocking iterator when creating a Source? I have a blocking API, which I want to hide behind the Source. Here is an example (I suspect I might need to put blocking code on another executor, is this the case?): object playground extends App { implic

Re: [akka-user] Re: Can't find akka.http.javadsl.testkit.JUnitRouteTest?

2015-09-05 Thread Jewel Abdul Kader
Hi , is this on in maven central yet? On Tuesday, August 11, 2015 at 9:02:34 AM UTC-4, john@gmail.com wrote: > > Sorry I found the error so I don't need to post the code. When do you > think (just roughly) will typesafe publish an updated artificat to maven > central? > > Am Dienstag, 11. Au

Re: [akka-user] Re: ANNOUNCE: Akka 2.4.0-RC2 (RELEASE CANDIDATE)

2015-09-05 Thread Konrad Malawski
Hi Guido, can you explain a bit more where you see the JMH dependency pop up? It should only be in the akka-bench project, which is not published. Akka-actor seems clean to me:  http://search.maven.org/#artifactdetails%7Ccom.typesafe.akka%7Cakka-actor_2.11%7C2.4.0-RC2%7Cjar --  Cheers, Konrad `kt