Do MySQL cluster has its own inbuilt load balancer ? If yes then how can we use it ? I don't want to use third party tool like HA PROXY to set up LB because of financial constraint.
As per MySQL DOC , it mentions that
Support for in-memory and disk-based data, automatic data partitioning (sharding) with load balancing and the ability to add nodes to a running cluster with zero downtime allows linear database scalability to handle the most unpredictable web-based workloads.”
I have two DB nodes which are in cluster and bi-directional replication is happening and i want to add Load balancer in this . How can i do it w/o using HA proxy or other third party s/w. Or any option , if i can avoid using LB