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
It works like a router in the sense that it resolves an aggregates that should receive messages and forwards requests to them. Any messages that are addressed to a particular actor while it's not live yet are buffered by coordinator.
It works as an actor equivalent of managed heap. It creates corresponding actors when necessary and collects them, if their total number will exceed configured threshold.
Finally it also supervises it's children, dealing with their failures and recreates them if necessary.
Is the role of AggregateCoordinator a supervisor?
The text was updated successfully, but these errors were encountered: