I need to build multi master MySQL replication (star topology) on 3 data server. I'm using GALERA http://galeracluster.com/ to implement it. It all work fine just as expected, based on the documentation.
Furthermore, I need to replicate only specified table on 2 server, and full replication for the last server. In MySQL replication, I can achieved it using replicate-do-table. But using Galera, I don't know how?.
Is it possible? replicate only specified table using GALERA MySQL Replication?