If we want to run the application presented in "Writing a Fault-tolerant Database Application
using MySQL Fabric" with MySQL Fabric 1.4.2 Release
Candidate, some changes to the application are required. In
the previous post, we used MySQL Fabric 1.4.0 Alpha and many
changes have been made since this version. We can find an updated
version of the application here:
- Updated application, ready to use with MySQL Fabric 1.4.2 Release Candidate.
Recall that the application creates a simple database, a high availability group, registers the MySQL Servers into Fabric and runs a thread that mimics a client and another one that periodically executes a switch …
[Read more]