mivanac commented on pull request #5948: URL: https://github.com/apache/geode/pull/5948#issuecomment-783284073
When deploying geode, for locator we define hostname-for-clients. This is extern address used for WAN, and extern clients. If we also deploy some clients in internal network (for example in the same kubernetes cluster as geode), then for those clients to connect with locator, communication will go from internal network to external, then from external to internal. This increases latency, and we should communicate over the shortest path. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
