Baoyuantop commented on issue #12664: URL: https://github.com/apache/apisix/issues/12664#issuecomment-3976596178
APISIX's load balancer (and its dependent third-party balancer libraries) uses IP:port as the unique identifier for nodes because the underlying TCP connection targets IP:port; two nodes with identical IP:ports are indistinguishable endpoints at the network layer. The domain field only affects the upper-layer HTTP Host request header or TLS SNI, and does not affect the actual connection address. Therefore, the current architecture is not designed to support load balancing at the granularity of "same IP:port + different domains". -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
