Community

Setting up MySQL Group Replication with MySQL Docker images

(Wagner Franchin) MySQL Group Replication (GR) is a MySQL Server plugin that enables you to create elastic, highly-available, fault-tolerant replication topologies. Groups can operate in a single-primary mode with automatic primary election, where only one server accepts updates at a time.