[akka-user] at least once 'destination' to a distributed actor

2015-11-23 Thread sd d
Hello, If i am not wrong, the UntypedPersistentActorWithAtLeastOnceDelivery 'delivery' operation will only with ActorSelection or ActorPath and both requires fairly full path of the destination actor (akka.tcp://ClusterSystem@127.0.0.1:2550/user/subscriber1"). In our project we use clustered

[akka-user] Re: microservices multi actor persistence and sharding question.

2015-11-18 Thread sd d
-akka-cluster-sharding Thanks, SD On Monday, November 16, 2015 at 3:39:36 PM UTC-5, sd d wrote: > > > Hello, > > I found a solution but it won't work for microservice kind of setup. But > it might useful, for others who are trying to use Akka sharding in > monolothic applic

[akka-user] Re: microservices multi actor persistence and sharding question.

2015-11-16 Thread sd d
d one service should never know the other service persistent actors or sharding regions. Event persistence is very fundamental aspect of our project and does any of think there is another way to solve this issue. Thanks, SD On Sunday, November 15, 2015 at 2:08:54 PM UTC-5, sd d wrote: > &

[akka-user] Re: microservices multi actor persistence and sharding question.

2015-11-15 Thread sd d
ordinator at [Some(ActorSelection[Anchor(akka.tcp://ClusterSystem@127.0.0.1:2550/), Path(/system/sharding/defEventStoreSupervisorCoordinator/singleton/coordinator)])], but no acknowledgement. Total [1] buffered m essages. On Sunday, November 15, 2015 at 2:08:54 PM UTC-5, sd d wrote: &

[akka-user] microservices multi actor persistence and sharding question.

2015-11-15 Thread sd d
*Hello,* *Source Code:* https://github.com/sdab75/spring-boot-akka-cluster-sharding *Scenario:* 1. Abc and Def are 2 micro services and they communicates with each other through their respective Async Event Listeners ( these are 2 services are in the same cluster because they

[akka-user] Akka cluster sharding exception propagation to the parent actor

2015-11-11 Thread sd d
Hello, In a multi node cluster sharding scenario if a persistent actor throws an exception, it is not propagating to the Parent Actor supervisor strategy, instead the persistent actor retries for ever, I haven't tried the BackOffSupervisor yet but does it help in propagating the exception to

[akka-user] Re: Does akka 2.4 persistent actor cluster sharding Supervisor combination works on multi node cluster?

2015-11-09 Thread sd d
thub.com/sdab75/akka-cluster-sharding-example/tree/master I spent several days debugging this issue. Any help appreciated. Thanks, SD On Monday, November 9, 2015 at 1:33:35 PM UTC-5, sd d wrote: > > *Source code github link:* > > > https://github.com/sdab75/akka-cluster-sharding-exam

[akka-user] Does akka 2.4 persistent actor cluster sharding Supervisor combination works on multi node cluster?

2015-11-09 Thread sd d
*Source code github link:* https://github.com/sdab75/akka-cluster-sharding-example/tree/master I am struggling to get the persistent actor and akka cluster sharding “supervisor” combination work. The cluster sharding ‘without’ akka supervisor works fine i.e. in my Subscriber if I get the