[akka-user] Re: Maximum message size

2016-02-01 Thread Ashesh Ambasta
At what point did message-frame-size become maximum-frame-size? I found the documentation here: http://doc.akka.io/docs/akka/1.3.1/general/configuration.html Am I missing something? On Saturday, 14 June 2014 15:50:40 UTC+2, Matan S wrote: > > Hi, > > I'd like to verify what is the configuration

[akka-user] Re: Akka: Remoting through load balancers

2015-09-09 Thread Ashesh Ambasta
In other words, is it possible for Akka to bind remoting to multiple addresses instead of just one? On Tuesday, 8 September 2015 19:04:27 UTC+2, Ashesh Ambasta wrote: > > Hi guys, > > We're a young startup and we decided to stick with Akka for our production > deployments. But

Re: [akka-user] Akka: Remoting through load balancers

2015-09-09 Thread Ashesh Ambasta
, whereas, it isn’t. Best, Ashesh Ambasta www.asheshambasta.com > On 09 Sep 2015, at 14:19, Akka Team <akka.offic...@gmail.com> wrote: > > Hi Ashesh, > > You cannot use Akka Remoting with a load balancer. Any message send targets a > specific actor on a speci

Re: [akka-user] Akka: Remoting through load balancers

2015-09-09 Thread Ashesh Ambasta
<mailto:application@app-a.marathon>.mesos` which is correct but it doesn’t have a specific reference to where the message came from. I think the assumption is that the binding address per actor system is unique. Best, Ashesh Ambasta www.asheshambasta.com > On 09 Sep 2015, at 14:37, En

Re: [akka-user] Akka: Remoting through load balancers

2015-09-09 Thread Ashesh Ambasta
ex.html>) > > Remoting is just one of the possible solutions with a certain set of > trade-offs. You can even mix-and-match, for example an internal set of > systems form a cluster A, using remoting between them, another set of systems > form cluster B, using remoting bet

[akka-user] Akka: Remoting through load balancers

2015-09-08 Thread Ashesh Ambasta
Hi guys, We're a young startup and we decided to stick with Akka for our production deployments. But we recently ran into a minefield of problems trying to set up our Akka applications on our new Mesosphere cluster

[akka-user] Re: Akka: Remoting through load balancers

2015-09-08 Thread Ashesh Ambasta
How do you configure Akka not to drop messages? On Tuesday, 8 September 2015 19:04:27 UTC+2, Ashesh Ambasta wrote: > > Hi guys, > > We're a young startup and we decided to stick with Akka for our production > deployments. But we recently ran into a minefield of pr

[akka-user] Simple Akka Remoting scenario: Unable to connect

2015-02-16 Thread Ashesh Ambasta
I have a very simple Akka system that is structured like; scala/ /actors … … /helpers /lib Startup.scala Startup.scala is the parent actor I'd like to use that coordinates all messages received by the system. It looks quite simple; import actors.PushActor import

[akka-user] Running with akka-remote: ClassNotFound

2015-01-22 Thread Ashesh Ambasta
The setup is quite basic: Here's my application.conf akka { actor { provider = akka.remote.RemoteActorRefProvider } remote { enabled-transports = [akka.remote.netty.tcp] netty.tcp { hostname = 127.0.0.1 port = 2552 } } } And my build.sbt; name := random-app

[akka-user] Re: Akka as the potential API-push microservices choice

2015-01-19 Thread Ashesh Ambasta
short answer to all your questions is YES you can make Akka do all these things. Please see inline for my other responses. I'm sure Akka team can provide better guidance and correct me when I'm wrong :-) On Friday, January 16, 2015 at 5:48:10 PM UTC-5, Ashesh Ambasta wrote: I had

[akka-user] Akka as the potential API-push microservices choice

2015-01-17 Thread Ashesh Ambasta
I had a quick question: I'm a lead developer at a small startup and we're working on a solution that depends on the data in our core service to push out periodic updates to other API's (like Facebook, Twitter, etc.) and we want to build a microservices arch. We intend to keep the core