[akka-user] Keeping business logic and Actor system separate

2015-11-05 Thread Chinmay Raval
Hi, I am using Java 8 with Akka 2.3.12 for an enterprise application. To keep business logic and infrastructure separate, we are planning to use java dynamic proxy that convert business services into akka actors in the run time (with help of spring). I just want to confirm is this the right wa

[akka-user] Re: Keeping business logic and Actor system separate

2015-11-05 Thread Chinmay Raval
> service objects. > > On Thursday, November 5, 2015 at 3:04:27 AM UTC-7, Chinmay Raval wrote: >> >> Hi, >> >> I am using Java 8 with Akka 2.3.12 for an enterprise application. >> >> To keep business logic and infrastructure separate, we are planning to >

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-11-16 Thread Chinmay Raval
As Guido Medina suggested, you need both your nodes as seed nodes. Also you might need auto-down-unreachable-after property. ex: cluster { seed-nodes = [ "akka.tcp://system@127.0.0.1:

[akka-user] Re: Node rejoin seed node failure after seed node restart

2016-11-16 Thread Chinmay Raval
As Guido Medina suggested, you need both your nodes as seed nodes. Also you might need auto-down-unreachable-after property. ex: cluster { seed-nodes = [ "akka.tcp://system@127.0.0.1: