Re: [akka-user] [akka-cluster] Sharding, extractShardId and cluster resizing

2017-05-16 Thread Evgeny Shepelyuk
Wow, so comprehensive. Thank you very much. вівторок, 16 травня 2017 р. 18:46:10 UTC+3 користувач Justin du coeur написав: > > On Tue, May 16, 2017 at 11:38 AM, Evgeny Shepelyuk > wrote: > >> My current worrying question is about how to properly build extractShardId >>

Re: [akka-user] [akka-cluster] Sharding, extractShardId and cluster resizing

2017-05-16 Thread Patrik Nordwall
On Tue, May 16, 2017 at 5:46 PM, Justin du coeur wrote: > On Tue, May 16, 2017 at 11:38 AM, Evgeny Shepelyuk > wrote: > >> My current worrying question is about how to properly build extractShardId >> function. >> According to the docs this function

[akka-user] [akka-cluster] Sharding, extractShardId and cluster resizing

2017-05-16 Thread Evgeny Shepelyuk
Hello I'm implementing sharding solution on top of AKKA cluster running in Docker Swarm. The requirement we'd like to achieve is to be able to scale our sharded services. It's easily achieved with docker swarm, so we can have as many instances of services as we want. Thanks to ConstructR