Dear,
How to make the link from the application database cell view with a cluster of active/active databases ?
I mean we have a cluster of 3 MariaDB database on an active/active mode.
We use the driver to connect to all of them using his fail-over/load balancing such as :
jdbc:mysql://address=(type=master)(host=XXX01),address=(type=master)(host=XXX02),address=(type=master)(host=XXX03)/YYYY?useUnicode=true&characterEncoding=utf8&useSSL=false
With my best regards
Alexandre