[akka-user] Sharded replication with distributed data

2017-08-15 Thread Igor Baltiyskiy
Hi, I'm wondering whether "sharded replication" is possible with Akka. Let me describe that in more detail. In my model, entities contain caches that are very expensive to recreate from scratch (because they cache results of multiple calls to several external systems). So I can't just use

[akka-user] Re: Sharded replication with distributed data

2017-08-16 Thread Igor Baltiyskiy
:32 AM UTC+3, Igor Baltiyskiy wrote: > > Hi, > > I'm wondering whether "sharded replication" is possible with Akka. Let me > describe that in more detail. > > In my model, entities contain caches that are very expensive to recreate > from scratch (because the

Re: [akka-user] Re: Sharded replication with distributed data

2017-08-17 Thread Igor Baltiyskiy
Thanks Patrik! One last question --- what should we watch out for when we have 1 entities per node role? Network usage, obviously, what else? Thanks again Igor On Wednesday, August 16, 2017 at 4:11:09 PM UTC+3, Patrik Nordwall wrote: > > > > On Wed, Aug 16, 2017 at 1:28 PM, Igo

Re: [akka-user] Re: Sharded replication with distributed data

2017-08-17 Thread Igor Baltiyskiy
Thanks for the explanation and the link! Cheers Igor On чт, 17 авг. 2017 г. at 19:21, Patrik Nordwall <patrik.nordw...@gmail.com> wrote: > On Thu, Aug 17, 2017 at 11:19 AM, Igor Baltiyskiy <ios...@gmail.com> > wrote: > >> Thanks Patrik! >> >> One las

Re: [akka-user] Auto downing and Akka Cluster

2017-08-31 Thread Igor Baltiyskiy
build the cluster. > > Regards, Roland > > Sent from my iPhone > > On 30. Aug 2017, at 18:25, Justin du coeur <jduc...@gmail.com > > wrote: > > On Wed, Aug 30, 2017 at 11:24 AM, Igor Baltiyskiy <ios...@gmail.com > > wrote: > >> I'd like to cl

[akka-user] Auto downing and Akka Cluster

2017-08-30 Thread Igor Baltiyskiy
.google.com/forum/#!searchin/akka-user/auto$20downing|sort:relevance/akka-user/kIkw-be5EJ8/1Fz9saF5AQAJ — but no authoritative answer was given. I hope someone will finally clarifies this. Thanks Igor Baltiyskiy -- >>>>>>>>>> Read the docs: http://

Re: [akka-user] Auto downing and Akka Cluster

2017-08-31 Thread Igor Baltiyskiy
ity and will not attempt to treat them as the same node if they > ever come back - these things happen over inactivity over multiple days, > and not the types of failures you talk about). > > — > Konrad `kto.so` Malawski > Akka <http://akka.io> @ Lightbend <http://lightb

[akka-user] Re: ANNOUNCE: Akka Multi-DC Persistence

2018-02-01 Thread Igor Baltiyskiy
Hello Patrik, excellent news! May I ask why you chose to have static topology over dynamic one? With the latter one, I mean lifting the "only one writer" requirement locally as well, thus enabling always-available operation --- even during netsplit, where you could have multiple writers.

Re: [akka-user] Re: ANNOUNCE: Akka Multi-DC Persistence

2018-02-02 Thread Igor Baltiyskiy
rsistence, > and the Cassandra plugin > > > On Thu, Feb 1, 2018 at 2:01 PM, Igor Baltiyskiy <ios...@gmail.com > > wrote: > >> Hello Patrik, >> >> excellent news! >> >> May I ask why you chose to have static topology over dynamic one? With