Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement One for All supervisor strategy #5

Closed
rogeralsing opened this issue May 3, 2016 · 2 comments
Closed

Implement One for All supervisor strategy #5

rogeralsing opened this issue May 3, 2016 · 2 comments

Comments

@rogeralsing
Copy link
Collaborator

rogeralsing commented May 3, 2016

Same as One for One strategy but apply the directive to all children.

@charignon
Copy link
Contributor

The easiest solution seems to be adding a siblings []*PID argument to the Directive of a SupervisionStrategy but breaks backward compatibility.
Another approach consists of adding a new method to the SupervisionStrategy's interface to be notified of new supervised children, that also breaks backward compatiblity.

How would you suggest building this feature if we want to stay backward compatible?

@rogeralsing
Copy link
Collaborator Author

This has been implemented

rgngl added a commit to rgngl/protoactor-go that referenced this issue Sep 15, 2022
…trace-on-recover

Print full stacktrace on recover
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants