[akka-user] Re: Cluster, sharding and roles

2014-06-02 Thread Luis Medina
Hi Eduardo,

I recently implemented my own version of a ShardAllocationStrategy and made 
use of the ShardRegion's addresses. I made a post about it 
here: https://groups.google.com/forum/#!topic/akka-user/7p_fkEFJqHw

It doesn't solve your exact problem but maybe it will give you some ideas. 
Also, the code is in Java so if you're using Scala you might have to do a 
bit of translating.

-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] Re: Cluster, sharding and roles

2014-06-02 Thread Eduardo Fernandes
Nice post!

I'll use your concepts to implement the progressive scaling down.

Many thanks for your info!


On Mon, Jun 2, 2014 at 10:49 PM, Luis Medina lu4...@gmail.com wrote:

 Hi Eduardo,

 I recently implemented my own version of a ShardAllocationStrategy and
 made use of the ShardRegion's addresses. I made a post about it here:
 https://groups.google.com/forum/#!topic/akka-user/7p_fkEFJqHw

 It doesn't solve your exact problem but maybe it will give you some ideas.
 Also, the code is in Java so if you're using Scala you might have to do a
 bit of translating.



-- 
  Read the docs: http://akka.io/docs/
  Check the FAQ: 
 http://doc.akka.io/docs/akka/current/additional/faq.html
  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups Akka 
User List group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.