Re: [akka-user] Akka Cluster Failing for Huge Data File

2017-05-15 Thread Kunal Ghosh
Hey Patrik, Thanks for the help !! your solution worked ! Now when I run my application in non clustered environment with round robin pool (no of instances = 8) it take 23 seconds to process 2 million rows of data. But when I run same application in clustered environment it took 23 minutes

[akka-user] [akka-streams] StreamConverters.fromOutputStream(..) stops processing messages

2017-05-15 Thread Alexey Shuksto
Hello hAkkers, Our app spawns multiple external processes (via java.util.Runtime.exec(..)) and then writes to STDIN of such processes via: ``` StreamConverters .fromOutputStream(() => process.getOutputStream, autoFlush = true) .runWith(MergeHub.source[]) ``` MergeHub is attached to output

Re: [akka-user] Re: Akka Http how to add charset utf-8 to the content-type header

2017-05-15 Thread johannes . rudolph
Hi Thibault, you are right, there's currently no built-in way to do this. To achieve it, you could e.g. copy the Jackson marshaller from the sources to use a custom media type. See here:

Re: [akka-user] Re: Akka-http: how to deal with incorrect http headers

2017-05-15 Thread johannes . rudolph
Hi Florian, can you clarify what needs improvement? Is that about client or server side? Johannes On Saturday, May 13, 2017 at 10:47:52 AM UTC+2, Florian Rosenberg wrote: > > I'm seeing a similar problem, but not wit the URI but with the > Strict-Transport-Header, it seems to be invalid,

[akka-user] Seed node auto down

2017-05-15 Thread 谌浏洋
Sorry for my pool English Recently my seed node always shutdown it self. But I never do "system.terminate()" in my code. akka version 2.4.18 Any help will be appreciate. 02:21:12.037 [c-akka.actor.default-dispatcher-18] INFO org.appsugar.cluster.service.akka.share.ActorShareCenter - member