Hello,

PHP clinet application is connecting to the Sequoia Controller using Carob
libs (libmysequoia) with two backend nodes and a recovery node. I need to
add another controller to bring the horizontal scalabilty.

Java client application can invoke the sequoia using the below method.
jdbc:sequoia://node1,node2,node3/myDB?preferredController=roundRobin

How the PHP client can communicate with the multiple Sequoia controllers ?

For single controller I am using the below method

$link = mysqli_connect('192.168.1.155:25322', 'user', '');

The two controllers are running in 192.168.1.155:25322 and
192.168.1.1556:25322. <http://192.168.1.155:25322/>

Regards
Jebamony
_______________________________________________
Carob mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob

Reply via email to