rosakng commented on code in PR #26811:
URL: https://github.com/apache/flink/pull/26811#discussion_r2226598798
##########
flink-runtime/src/main/java/org/apache/flink/runtime/blob/BlobService.java:
##########
@@ -43,4 +44,6 @@ public interface BlobService extends Closeable {
* @return the port of the blob server.
*/
int getPort();
+
+ InetAddress getAddress();
Review Comment:
That sounds good to me. Added a default implementation and removed the
unnecessary override so that it falls through to using the LoopbackAddress 👍
--
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]