Sent from my iPhone

> On 3. Feb 2018, at 07:25, Christopher Hunt <hunt...@gmail.com> wrote:
> 
> Hi Roland,
> 
>> On 3 Feb 2018, at 5:16 pm, Roland Kuhn <goo...@rkuhn.info> wrote:
>> 
>> could you elaborate on how exactly Akka Typed is expected to help with your 
>> use-case? The only difference I can see is that the new (and currently 
>> removed) implementation contained fewer extension points, but that is 
>> unrelated to whether ActorRef has a type parameter or not.
>> 
> Perhaps Akka Typed doesn’t/wouldn’t help. I only mention it because I feel 
> that the more strongly typed things are, the less use of reflection and other 
> dynamic behaviour there tends to be.

I agree on the tendency. In the case of Akka there are two reasons for using 
reflection and neither of them is caused by a lack of static types: 
extensibility and remote marshaling. A new implementation could remove 
configuration and skip serialization for the local case—in fact that was done 
in my approach. Perhaps reviving that would solve your issue.

Regards, Roland 

> 
> Cheers,
> -C
> -- 
> >>>>>>>>>> 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.

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