Hello!
KIP-382 states the following
"For cross-datacenter replication (XDCR), each datacenter should have a single Connect cluster which pulls records from the other data centers via source connectors. Replication may fan-out within each datacenter via sink connectors."
It looks like, here we have unidirectional replication.
Assume, we have two datacenters DC1 and DC2, so I may run MM2 with the configuration in DC1:
dc1->dc2.enabled = true
dc2->dc1.enabled = true
Is it correct? Will I have bidirectional replication?
KIP-382 states the following
"For cross-datacenter replication (XDCR), each datacenter should have a single Connect cluster which pulls records from the other data centers via source connectors. Replication may fan-out within each datacenter via sink connectors."
It looks like, here we have unidirectional replication.
Assume, we have two datacenters DC1 and DC2, so I may run MM2 with the configuration in DC1:
dc1->dc2.enabled = true
dc2->dc1.enabled = true
Is it correct? Will I have bidirectional replication?
Comments
Post a Comment