Hi Endre, I did that and it works as expected.
I was asking this question just to check if Akka supports something out-of-the-box. Thanks, Stjepan On Tuesday, January 21, 2014 9:46:35 AM UTC+1, Akka Team wrote: > > Hi Stjepan, > > You can dedicate a node to collect statistics and you can send counter > values from your routees to that collector node. Of course you need to be > aware that the collector node might crash and handle that situation. > > -Endre > > > On Tue, Jan 21, 2014 at 12:39 AM, √iktor Ҡlang > <[email protected]<javascript:> > > wrote: > >> Hi Stejpan, >> >> Who is "you" in that sentence and what problem are you trying to solve >> >> Cheers, >> V >> On Jan 20, 2014 11:22 PM, "Stjepan Buljat" <[email protected]<javascript:>> >> wrote: >> >>> If I'm using cluster routing, let's say ConsistentHashingRouter, is it >>> possible to somehow get the number of messages routed per certain cluster >>> node? >>> So for example I'd like to know percentage of all messages routed to a >>> given node, >>> >>> Best, >>> Stjepan >>> >>> -- >>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>> >>>>>>>>>> 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] <javascript:>. >>> To post to this group, send email to [email protected]<javascript:> >>> . >>> Visit this group at http://groups.google.com/group/akka-user. >>> For more options, visit https://groups.google.com/groups/opt_out. >>> >> -- >> >>>>>>>>>> Read the docs: http://akka.io/docs/ >> >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/groups/opt_out. >> > > > > -- > Akka Team > Typesafe - The software stack for applications that scale > Blog: letitcrash.com > Twitter: @akkateam > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
