Introduction
The multi master plugin for MySQL is here. MySQL Group Replication ensures virtually synchronous updates on any node in a group of MySQL servers, with conflict handling and failure detection. Distributed recovery is also in the package to ease the process of adding new nodes.
For a better understanding on how things work, we go under the hood in this post and you will have a better understanding about the communication layer functionality and implementation.
Group Communication concepts Figure 1 – Plugin Architecture
As the architecture shown in Figure 1, Group Replication is a classic modular and layered piece of software and the bottom two layers comprise the communication module. But, it is not a regular …
[Read more]