Is it possible to use semi-synchronous replication with a Multi-Master setup?
I've tried to follow this guide to setup a semi-synchronous replication for a master-slave setup: https://avdeo.com/2015/02/02/semi-synchronous-replication-in-mysql/
But I'm not sure how to implement this on a Multi-Master setup.
There are two plugins: one for the master and one for the slave. Since a Multi-Master act as a Master and Slave, does that mean I have to install both plugins on all servers?
I'm using MySQL 5.7