The MySQL Fabric team is pleased to announce that a new version
is now available on Labs. This labs release includes our latest
developments to give you a taste of what we have been working on.
In particular, it includes the following new features and
improvements:
- Multi-node Fabric support is now available! This means that multiple fabric nodes can be started and any node can be contacted to perform operations. This allows Fabric itself to be fault-tolerant (no single point of failure) and distribute request across multiple Fabric nodes. For more information, see: Increasing MySQL Fabric Resilience to Failures: Meet the Multi-Node Fabric
- Improved security password management, allowing password to not be passed in plain text in the command line or configuration files. …