-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
The test must create a subclass of SmallestMailboxRouter, which can be seen here:
The test must also create two or more other actors that implement a protocol to serve as workers. It is the worker actors whose mailbox sizes need to be controlled by the test cases to verify that the SmallestMailboxRouter in fact selects the routee with the fewest pending messages.
Note that the following exposes the routee’s pending message count to the router.
There is already a test case stub https://github.com/vlingo/vlingo-actors/blob/master/src/test/java/io/vlingo/actors/SmallestMailboxRouterTest.java
You may also benefit by reviewing/using the vlingo-telemetry component.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels