Docs: child actors automatically restarted only if they were created in setup method ??
Open
- Dominant language
- Scala
- Stars
- 1.6k
- Forks
- 211
- Avg merge
- 1d 6h
- Merged PRs (30d)
- 89
Description
https://github.com/apache/incubator-pekko/blob/ae84471e4d2ae497682d08bc3dc1b62cda2cc908/docs/src/main/paradox/typed/fault-tolerance.md?plain=1#L119
The sentence should be changed to avoid confusion:
"If child actors should remain intact (not stopped) when parent is restarted the supervise should be placed inside the setup and using SupervisorStrategy.restart().withStopChildren(false) like this:"
Contributor guide
Assessment
This issue has not been assessed yet.