Hi Anoop,

I can't see that there is such a limit, but I might not understand the
question completely.
The actor processing sequenced messages can of course become a bottleneck
and then messages will be queued in its mailbox.
Consistent hashing itself finds the matching destination actor by doing a
binary search over the destination ActorRef hash values with the hash value
of the incoming message.

Regards,
Patrik

On Wed, Sep 17, 2014 at 4:38 PM, <aramankand...@gmail.com> wrote:

> 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 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.
>



-- 

Patrik Nordwall
Typesafe <http://typesafe.com/> -  Reactive apps on the JVM
Twitter: @patriknw

-- 
>>>>>>>>>>      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.

Reply via email to