I’m planning to use CockroachDB on a scenario where I have a cluster divided in three different places, one on AWS and two different datacenters.
Both datacenters have communication with AWS but one datacenter do not communicate with another because of security reasons.
Is it possible to create a cluster on that way where some cluster nodes can’t access directly some of the other nodes? Using a path by the nodes of AWS each node is accessible by others, but not directly.
If it’s possible, is there some specific configuration that I should do?
Thanks.