Hide Forgot
project_key: EDG https://github.com/infinispan/edg/blob/master/integration/src/main/java/com/redhat/datagrid/endpoint/EndpointService.java method loadConnectorProperties sets the endpoint's port to socketBinding.getPort() but this value ignores the global port-offset this is either AS7 bug - socketBinding.getPort() should return port with offset counted in or EDG bug - we should use socketBinding.getSocketAddress() where the offset is counted in