Skip to content

Native ProxySQL Clustering #95

@MisterDuval

Description

@MisterDuval

Hi, It could be awesome to implement proxySQL Cluster in the proxysql.cnf:

proxysql_servers =
(
  {
      hostname="172.16.0.101"
      port=6032
      weight=0
      comment="proxysql1"
  },
  {
      hostname="172.16.0.102"
      port=6032
      weight=0
      comment="proxysql2"
  }
)

In order to sync configuration, users, servers... between nodes.

https://proxysql.com/documentation/proxysql-cluster/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions