Skip to content

Add MySQL Router connection limit on bootstrap_rw - #119

Open
szachovy wants to merge 1 commit into
masterfrom
fix/82-mysql-router-connection-limits
Open

Add MySQL Router connection limit on bootstrap_rw#119
szachovy wants to merge 1 commit into
masterfrom
fix/82-mysql-router-connection-limits

Conversation

@szachovy

@szachovy szachovy commented Apr 8, 2026

Copy link
Copy Markdown
Owner

Inject max_connections=40 into the routing:bootstrap_rw section of mysqlrouter.conf after bootstrap. Prevents a single misbehaving client from consuming all connections and starving cluster operations.

Closes #82

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CL-1: Add MySQL Router connection limits

1 participant