Roland Kuhn
Roland Kuhn
Right: we can fold those separate actors into the same actor by way of a Behavior decorator. We could even allow the user to specify a replacement function that computes...
Thanks for your feedback! Which places of potential documentation have you visited before trying this out? It would be good to know where we can place a hint that alerts...
Right, I know that it looks tempting; what I meant was that we couldn’t possibly implement things such that initialization becomes supported in that fashion. If you have not looked...
Ah, good: can you suggest an exact placement of such clarification? Easiest might be a PR (can be done on github with the edit feature).
Yes, thanks for writing these down! Currently the following are possible: - messaging from typed to untyped - messaging from untyped to typed - creating untyped from a typed parent...
Since October several things have changed, most notably due to the native Akka Typed implementation: now there are two paths to consider. ### ActorSystemAdapter This implementation is based upon an...
Sorry, I have no experience with or knowledge of the Orleans testing facilities.
@rogeralsing, it will probably take a while in ostrich mode until we can meaningfully comment on this suggestion: we are currently looking into how monitoring could potentially be implemented, there...
Oh, and I should have linked to @knutwalker’s [Typed Actors](https://github.com/knutwalker/typed-actors)—it would be interesting to explore this from that angle as well.
So, any opinions?