Hi I had the same problem you need to inherited persitencactor first an than the subscriber or publisher, because both traits override the around receive method but in the persistenceactor it does not call the super.around receive methods.
I hope this helps Wolfgang Am Mittwoch, 17. September 2014 16:38:06 UTC+2 schrieb [email protected]: > Hi Team, > > > We are using akka 2.10-2.2.1 for building a load balancing framework for > message processing. We have requirement for both sequenced as well as > parallel processing. > > > For sequencing, we wrap messages in a ConsistentHashableEnvelope so that it > will get processed in one particular actor always. > > > Coming to the question, is there an upper limit for an actor as to how many > distinct hash keys can be associated with it? Will there be a chance that > this actor (and all other actors in the system under that router) has > exhausted this limit? > > > Please share your thoughts. > > > Best Regards, > Anoop -- >>>>>>>>>> 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.
