I use HAProxy to do load balancing and fail over for the LDAP service. And to manage the read/write problem, I put LDAP proxies that catch referrals and send them to the master(s).
Hello Clément,
I see, HA-Proxy is a TCP/HTTP-Loadbalancer. You put in front of them a LDAP-Proxy to divide write/modify from read access? And so, rhe read access is balanced between the RO Replicas?
Thanks Meike!