Commit b9d5ce8
Add MySQL Router connection limit on bootstrap_rw
Inject max_connections=40 into the routing:bootstrap_rw section of the
generated mysqlrouter.conf after bootstrap. Prevents a single misbehaving
client from consuming all MySQL server connections and starving cluster
operations (health checks, replication, admin).
Closes #82
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 0ab8ce7 commit b9d5ce8
2 files changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
0 commit comments