You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using virtual actors, e.g. typed grains, we can propagate error messages back to the client if something fails during the call.
But, we have no way to propagate errors during actor startup.
The activator actors will happily retry to start the failing actor and the error is pushed to logs only.
Maybe we could redesign this somehow.
The text was updated successfully, but these errors were encountered:
When using virtual actors, e.g. typed grains, we can propagate error messages back to the client if something fails during the call.
But, we have no way to propagate errors during actor startup.
The activator actors will happily retry to start the failing actor and the error is pushed to logs only.
Maybe we could redesign this somehow.
The text was updated successfully, but these errors were encountered: