NO-JIRA fixing doc about pools

This commit is contained in:
Paul Wright 2021-09-09 10:56:27 +01:00 committed by Clebert Suconic
parent e379b447ff
commit 1f1ee28b34
1 changed files with 1 additions and 1 deletions

View File

@ -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.