The problem with explicit is that there are so many "trait" and "classes" 
not really registered which is why I use it,
it is the newest ID strategy as it register things you might not care but 
commonly used messages you register,
that way you get performance for what is important and automatic 
registration for other things.

I didn't answer the other thread because I thought my question needed to be 
answered first,
also; asked by a different person of the same team so I got a bit confused 
there, it was a bit of a hijacking the other thread.

HTH,

Guido.

On Friday, September 9, 2016 at 5:56:16 PM UTC+1, Justin du coeur wrote:
>
> On Fri, Sep 9, 2016 at 12:27 PM, Guido Medina <oxy...@gmail.com 
> <javascript:>> wrote:
>
>> Also, what ID strategy are you using? I see none configured so it it is 
>> using the default, try setting it like I posted in the example which is 
>> "automatic"
>>
>
> Yeah, this is what I was going to suggest.  The default idstrategy, 
> "incremental", is an *extremely* bad idea for any sort of real code.  From 
> what I see here, you're not explicitly registering ActorRef, which means 
> that the sending end is going to pick a serialization ID when it goes to 
> serialize the ActorRef; at the receiving end, it's going to get that 
> randomly-chosen ID, not know what to do with it, and probably crash.
>
> Personally, I favor 'idstrategy="explicit"', but that's hardcore, and a 
> lot of extra effort.  Automatic is easier, and likely to work adequately in 
> practice...
>

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to