[akka-user] Re: Akka Cluster - Node not joining the Cluster

2017-05-05 Thread Renato Cavalcanti
Your nodes are making a 'cluster' with themselves. This because they are not getting the IP of each other. Are you starting it like that? docker run --name seed-1 akka-docker:2.3.4 --seed docker run --name seed-2 akka-docker:2.3.4 --seed :2551 docker run --name node-1 akka-docker:2.3.4 :2551 :2

[akka-user] Re: DDD/CQRS - Modifying write model solely to support read model projection

2016-09-28 Thread Renato Cavalcanti
Yes, indeed. I think this question is more suited to the DDD/CQRS group. I posted a reaction there. Cheers On Tuesday, 27 September 2016 22:31:37 UTC+2, rrodseth wrote: > > I asked this over on the DDD/CQRS list, but didn't get a reply, so I > thought I'd try here. > > Imagine a system to not