File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -472,10 +472,9 @@ var router = system.ActorOf(Props.Empty.WithRouter(new ScatterGatherFirstComplet
472
472
473
473
The ` SmallestMailboxPool ` router will send the message to the routee with fewest messages in mailbox. The selection is done in this order:
474
474
475
- 1 . Pick any idle routee (not processing message) with empty mailbox
476
- 2 . Pick any routee with empty mailbox
477
- 3 . Pick routee with fewest pending messages in mailbox
478
- 4 . Pick any remote routee, remote actors are consider lowest priority, since their mailbox size is unknown
475
+ 1 . Pick any routee with empty mailbox
476
+ 2 . Pick routee with fewest pending messages in mailbox
477
+ 3 . Pick any remote routee, remote actors are consider lowest priority, since their mailbox size is unknown
479
478
480
479
![ SmallestMailbox Router] ( /images/SmallestMailbox.png )
481
480
You can’t perform that action at this time.
0 commit comments