mivanac commented on a change in pull request #7347: URL: https://github.com/apache/geode/pull/7347#discussion_r837732986
########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/ConnectionConnector.java ########## @@ -88,6 +89,32 @@ public ConnectionImpl connectClientToServer(ServerLocation location, boolean for } } + + public ConnectionImpl connectClientToServer(ServerLocationAndMemberId serverLocationAndMemberId, Review comment: updated ########## File path: geode-core/src/main/java/org/apache/geode/cache/client/internal/ConnectionFactoryImpl.java ########## @@ -146,6 +147,46 @@ public Connection createClientToServerConnection(ServerLocation location, boolea return connection; } + + @Override + public Connection createClientToServerConnection( Review comment: updated -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org