Open Aaronontheweb opened 1 year ago
Need to also clarify how to set the supervision strategy properly on routers:
So, is it also normal that overriding SupervisionStrategy the usual way is not having effect (e.g. breakpoint is not hit), as this must be done with Router.WithSupervisionStrategy?
We need a DocFx code reference for this type of stuff.
Please describe what you are trying to understand
https://getakka.net/articles/actors/routers.html#supervision
Not true any more, as of https://github.com/akkadotnet/akka.net/issues/6295 in v1.4.50.
What did these pages not make clear?
Information is wrong - we use the default supervision strategy now and the documents should say so.
How can we do it better?
We just need to change this section to suggest that
Pool
routers now useDirective.Restart
by default, like every other actor.