Is your feature request related to a problem? Please describe.
In our setup we have different clusters where we can use Multi-master setup to replicate the data. In fact we need only one DB to be replicated but as we know it is not possible.
On the DB we are interested traffic is very low, but when we replicate all the data it generates a significant unneeded(for our just one DB) traffic for replication and also we should have same memory available on our cluster like on the source cluster, to be able to store the data we replicates. Sometimes we get OOM on the node just because it replicates all databases from the primary master which is high loaded.
Describe the solution you'd like
We should be able to specify DB list or DB/Key list to be replicated from the master
Describe alternatives you've considered
Right now we replicate all the data. As a workaround we considered to use different cluster with just one DB and it also involves additional load balancer.
Is your feature request related to a problem? Please describe.
In our setup we have different clusters where we can use Multi-master setup to replicate the data. In fact we need only one DB to be replicated but as we know it is not possible.
On the DB we are interested traffic is very low, but when we replicate all the data it generates a significant unneeded(for our just one DB) traffic for replication and also we should have same memory available on our cluster like on the source cluster, to be able to store the data we replicates. Sometimes we get OOM on the node just because it replicates all databases from the primary master which is high loaded.
Describe the solution you'd like
We should be able to specify DB list or DB/Key list to be replicated from the master
Describe alternatives you've considered
Right now we replicate all the data. As a workaround we considered to use different cluster with just one DB and it also involves additional load balancer.