We have MySQL MASTER-SLAVE Replication (1 Master and 1 Slave) setup and everything is working fine.
Currently all load (reads/writes) are going to MASTER server. Now we want all writes to be redirected to only Master server and reads to be distributed between Master and Slave servers.
We are looking for a bit of clarification on the best strategy for that from below.
- HAProxy
- MySQL Proxy
- MySQL ROuter