[xCluster] Make xCluster work in Kubernetes #2422
Labels
kind/bug
This issue is a bug
priority/medium
Medium priority issue
xCluster
Label for xCluster related issues/improvements
Milestone
Jira Link: DB-7176
There are 2 changes needed to get 2DC to work:
SetupUniverseReplication should accept a load balancer IP. This will be the host that all CDC service
GetChanges
requests are routed to, instead of routing them to individual tablet servers.Similarly, while setting up UniverseReplication, we currently provide a list of producer master addresses. Since we need to get that to work with a load balancer, we need to add a wrapper
SetupUniverseReplication
in CDCService. Thenyb-admin SetupUniverseReplication
will call tserver'sSetupUniverseReplication
via load balancer host and then that should then route the call to master leader'sSetupUniverseReplication
.The text was updated successfully, but these errors were encountered: