This is an automated email from the ASF dual-hosted git repository.
clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 1f1ee28 NO-JIRA fixing doc about pools
new 86c7bd7 This closes #3729
1f1ee28 is described below
commit 1f1ee28b3483b5e84b7449d8b3c60c2f5f0d00ff
Author: Paul Wright <[email protected]>
AuthorDate: Thu Sep 9 10:56:27 2021 +0100
NO-JIRA fixing doc about pools
---
docs/user-manual/en/broker-balancers.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/user-manual/en/broker-balancers.md
b/docs/user-manual/en/broker-balancers.md
index 36a7907..3f9922b 100644
--- a/docs/user-manual/en/broker-balancers.md
+++ b/docs/user-manual/en/broker-balancers.md
@@ -25,7 +25,7 @@ A pool becomes active when the minimum number of ready target
brokers defined by
When it is not active, it doesn't provide any target avoiding weird
distribution at startup or after a restart.
Including the local broker in the target pool allows broker hosting the
balancer to accept incoming client connections as well.
By default, a pool doesn't include the local broker, to include it as a target
the `local-target-enabled` parameter must be `true`.
-There are two pool types: [discovery pool](#discovery-pool) and [static
pool](#static-pool).
+There are three pool types: [cluster pool](#cluster-pool), [discovery
pool](#discovery-pool) and [static pool](#static-pool).
### Cluster Pool
The cluster pool uses a [cluster
connection](clusters.md#configuring-cluster-connections) to get the target
brokers to add.