Skip to main content

Module proxy_address_translator

Module proxy_address_translator 

Source
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ยง

ProxyAddressTranslator
An [AddressTranslator] that redirects all peer connections to the original contact point address. Used when the cluster is accessed through a proxy.