Newbie question.
Let’s say we have 100 MySQL servers deployed in 50 x 2-node clusters, each serving a separate database. The nodes in each cluster listen on the same port. Cluster1 consists of Server1A and Server1B, both listening on port 5001. Cluster2 consists of Server2A and Server2B, both listening on port 5002, and so on.
We want ProxySQL to listen on ports 5001, 5002, 5003, 5004, etc. When a connection comes in to port 5001, it should route the request to Server1A or Server1B. When a connection comes in to port 5002, it should route the request to Server2A or Server2B. And so on.
I don’t see how to set this up with ProxySQL. It looks like it is only designed to provide 1 front-end listener, and all the back-end servers are serving the same database.
--
You received this message because you are subscribed to the Google Groups "proxysql" group.
To unsubscribe from this group and stop receiving emails from it, send an email to proxysql+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/proxysql/14fb0134-b84c-471f-b182-4af40b0b6bb9n%40googlegroups.com.