Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
joyc-bq committed May 8, 2024
1 parent 3160f39 commit 5a8951f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The Read/Write Splitting Plugin is not currently supported for non-Aurora cluste
### Connection Strategies
By default, the Read/Write Splitting Plugin randomly selects a reader instance the first time that `setReadOnly` is set. To balance connections to reader instances more evenly, different connection strategies can be used. The following table describes the currently available connection strategies and any relevant configuration parameters for each strategy.

To indicate which connection strategy to use, the `readerHostSelectorStrategy` parameter can be set to one of the connection strategies in the table below. The following is an example of enabling the least connections strategy:
To indicate which connection strategy to use, the `readerHostSelectorStrategy` parameter can be set to one of the connection strategies in the table below. The following is an example of enabling the random strategy:

```typescript
params = {
Expand Down

0 comments on commit 5a8951f

Please sign in to comment.