You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/10/07 08:31:49 UTC

[GitHub] [activemq-artemis] gtully commented on a change in pull request #3788: ARTEMIS-3365 - add simple local-target balancer example with amqp fai…

gtully commented on a change in pull request #3788:
URL: https://github.com/apache/activemq-artemis/pull/3788#discussion_r723964104



##########
File path: docs/user-manual/en/broker-balancers.md
##########
@@ -19,9 +19,9 @@ It is a string retrieved from an incoming client connection, the supported value
 * `USER_NAME` is the username indicated by the client.
 
 ## Pools
-The pool is a group of target brokers and checks periodically their state.
+The pool is a group of target brokers with periodic checks on their state.
 It provides a list of ready target brokers to distribute incoming client connections only when it is active.
-A pool becomes active when the minimum number of ready target brokers defined by the `quorum-size` parameter is reached.
+A pool becomes active when the minimum number of target brokers, as defined by the `quorum-size` parameter, is reached.

Review comment:
       thanks




-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org