Datacenter DC1 and Datacenter DC2 are 60 miles apart and Datacenter DC3 is 600 miles apart from DC1 and DC2.
I would like to have 3 node MariaDB Galera Custer,one node in each data center.
Data Center MariaDB Galera Node DC1 : MDB01 DC2 : MDB02 DC2 : MDB03
Because of MariaDB Galera Cluster multi-master synchronous replication nature, transaction has to wait till it replicates to all the three nodes.There will be latency because of MDB03 node which is in datacenter DC3 which is 600 miles from the other two nodes.
Therefore I would like to have two nodes MDB01 and MDB02 should be in synchronous replication mode and node MDB03 in asynchronous mode.
Is it possible to setup such configuration in MariaDB Galera Cluster?