Re: [akka-user][deprecated] What is the reason for that : "resolve of path sequence [/system/ddataReplicator/$PYi#-1343927577] failed"

2018-04-06 Thread Hsnamed
Sure пятница, 6 апреля 2018 г., 9:55:43 UTC+3 пользователь Patrik Nordwall написал: > > That's a great question. Could you move it to our new forum at > https://discuss.akka.io/ > > Thanks, > Patrik > > On Fri, Apr 6, 2018 at 8:12 AM, Hsnamed > wrote: > >> Hi all. >> I made

[akka-user][deprecated] Does it fit to CRDT ?

2018-04-06 Thread Hsnamed
We have domain : - 10.000 long lived "*event*" objects , i think about to create an actor for each of them. - Each "*event*" contains < 250 entities like "*factgroup*" . - Each factgroup contains < 6 *fact *entities : *fact *entity has 2 - long counters and boolean *state *that has changed in

Re: [akka-user][deprecated] What is the reason for that : "resolve of path sequence [/system/ddataReplicator/$PYi#-1343927577] failed"

2018-04-06 Thread Patrik Nordwall
That's a great question. Could you move it to our new forum at https://discuss.akka.io/ Thanks, Patrik On Fri, Apr 6, 2018 at 8:12 AM, Hsnamed wrote: > Hi all. > I made cluster of two nodes on the same host with role "*ddtest*" with > following configuration : > > akka { >

[akka-user][deprecated] What is the reason for that : "resolve of path sequence [/system/ddataReplicator/$PYi#-1343927577] failed"

2018-04-06 Thread Hsnamed
Hi all. I made cluster of two nodes on the same host with role "*ddtest*" with following configuration : akka { actor { provider = "cluster" serializers { java = "akka.serialization.JavaSerializer" proto = "akka.remote.serialization.ProtobufSerializer" }