[akka-user] Akka-Spray application losing messages

2015-10-28 Thread Arpit Rajpurohit
Hi, Following is my app.conf. I am losing almost 50% of the messages. Is it because of the ClusterRouterPool ? Running it on 2 node cluster(each is m4.xlarge machine) There are two actors- akka { loglevel = "INFO" loggers = ["akka.event.slf4j.Slf4jLogger"] log-dead-letters-during-shutdo

[akka-user] ClusterClient dropping messages

2015-08-04 Thread Arpit Rajpurohit
I am using Cluster Client , I am sending 75000 messages in span of 5 mins using this,but cluster client is dropping some 300 messages. Its spray,akka set up. Running on single 4core,8GB Ram machine. By dropping messages I mean, its not going to receivingActor. Following is the ClusterClient

[akka-user] Memory Issues in Akka/Spray application

2015-04-30 Thread Arpit Rajpurohit
I have build spray service which would run in 2 8GB Boxes . It receives Json every 5 seconds which would get converted to MyJsonMessage .Each MyJsonMessage will contain 3000 MyObjects. So 3000 MyObjects would get created every 5 seconds. Internally I am using batching to process these 3000 ob

[akka-user] [Urgent] :Send attachment to email Gateway using Akka Actors

2015-04-07 Thread Arpit Rajpurohit
Hello, I am new to Akka, Scala. I have to build a service which sends emails with attachment to emailIds given. I am using Sendgrid as a gateway. For the attachment I have a file uploaded in S3 of size 28KB. I have REST service to which I can pass document Id through which I can fetch the