He-Pin opened a new pull request, #3363:
URL: https://github.com/apache/pekko/pull/3363

   ### Motivation
   
   `AdjustPoolSize` is a direct management operation, but the resizer 
documentation described lower and upper bounds as values the router should ever 
have. This made the relationship between initial pool size, explicit 
management, and automatic resizing unclear in #3253.
   
   ### Modification
   
   Clarify that `nr-of-instances` defines the initial pool size, 
routee-changing management messages may move a pool outside configured resizer 
bounds, and a later resize may restore the configured range. Document the 
asynchronous recovery and message-loss behavior when a resizable pool is 
reduced to zero routees.
   
   ### Result
   
   Router management and automatic resizer responsibilities are documented 
consistently with the existing implementation and API contract.
   
   ### Tests
   
   - Not run - docs only
   - `sbt "actor / Compile / doc" "docs / paradox"`
   - `sbt +headerCheckAll checkCodeStyle`
   - `scalafmt --list --mode diff-ref=origin/main`
   - `git diff --check origin/main`
   
   ### References
   
   Refs #3253
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to