Poorvankbhatia commented on code in PR #26811: URL: https://github.com/apache/flink/pull/26811#discussion_r2217241265
########## flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobCacheService.java: ########## @@ -113,4 +114,9 @@ public int getPort() { // NOTE: both blob stores connect to the same server! return permanentBlobCache.getPort(); } + + @Override + public InetAddress getAddress() { Review Comment: nit: Can we add a Java doc here? -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org