Following this up with an in-practice comment: while I plan to get to proper clustering quite soon, I've been running a single-node "cluster" with heavy use of Cluster Sharding in production for months now. Works great...
On Thu, Aug 27, 2015 at 3:15 AM, Amir Karimi <[email protected]> wrote: > Hi, > > With the kind help of the community > <https://groups.google.com/forum/#%21topic/akka-user/IAyHHn1vJL4> I came > to the conclusion that I can use cluster sharding to manage resources > better and the cluster sharding module is already implemented in Akka. > > But I just need the *sharding* feature of the module, not clustering. > Actually a single node is enough for now and probably for the foreseeable > future. > > Is it OK to run a single node cluster and just use its sharding mechanism? > If yes, what is the best practices for configuration and tests. > > Regards, > Amir > -- > > *Amir Karimi amirkarimi.github.io <http://amirkarimi.github.io/>* > > -- > >>>>>>>>>> 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
