Expand description
Proxy address translator.
When connecting through a proxy or load balancer (e.g., AWS NLB, PrivateLink),
the driver discovers internal node IPs from system.peers that are unreachable
from the client. This translator remaps all peer addresses to the original
contact point, ensuring all connections go through the proxy.
Structsยง
- Proxy
Address Translator - An [
AddressTranslator] that redirects all peer connections to the original contact point address. Used when the cluster is accessed through a proxy.