Hi,
I have a usecase where we are migrating data from a source yugabyte cluster (cluster A) to sink yugabyte cluster (cluster B), cluster A has a large amount of data.
- We are planning to use xCluster with bootstrapping to migrate data from Cluster A to Cluster B.
- We are planning to take a short downtime on our application to move writes to Cluster B.
- Post the traffic migration. I need a way to replicate writes happening on cluster B back to cluster A to support rollback in case we need it.
- xCluster will not work here as it would require bootstrapping as source cluster (cluster B in this case) has data.
Is there a way to do replication from Cluster B to Cluster A in above scenario.
I understand setting up CDC source and sink connectors is one way. is there an inbuilt way to do this without CDC or xcluster (as it requires bootstraping)