--On Tuesday, July 12, 2022 5:15 PM +0000 Nagamani Chinnapaiyan nagamani.chinnapaiyan@viasat.com wrote:
Better solution from the suggestions is to use two LBs. one for read only operation which uses round robin to select any of the servers(good option for this is HA Proxy). another LB for read+write operations, which uses ldap-backend to select one of the mirror mode provider until it fails.
Yes, this is essentially general best practice. An LB for read nodes, using whatever strategy desired for those, and an LB for the write nodes that is sticky to a specific provider.
--Quanah