jahstreet opened a new pull request, #2013:
URL: https://github.com/apache/cassandra-java-driver/pull/2013

   When running Cassandra in a private network/subnet and accessing it via some 
kind of proxy, we have an option to use FixedHostNameAddressTranslator. But 
when we want to set it up in a HA way and have more control over latencies in 
multi-datacenter deployments, that is not enough.
   
   This PR proposes a SubnetAddressTranslator, which translates Cassandra node 
IP addresses based on the match to the configured subnet IP range (CIDR 
notation). The assumption is that each Cassandra datacenter nodes belong to 
different subnets not having intersecting IP ranges, which is the usual 
configuration for Kubernetes and K8ssandra, for example.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscr...@cassandra.apache.org
For additional commands, e-mail: pr-h...@cassandra.apache.org

Reply via email to