Hello, It would be nice if we will be able to offload the read load from DB Leader by horizontal scaling, which relies on adding more database servers to a cluster to fulfill requests and splitting traffic between them.
For example, we have the database Mysql Leader. Leader StandBy and 5 Followers. And HAProxy exposes Readony access to databases on one port and ReadWrite access on another.
