tweise commented on code in PR #22556:
URL: https://github.com/apache/flink/pull/22556#discussion_r1193954446
##########
flink-core/src/main/java/org/apache/flink/util/NetUtils.java:
##########
@@ -120,6 +120,18 @@ private static URL validateHostPortString(String hostPort)
{
}
}
+ /**
+ * Converts an InetSocketAddress to a URL. This method assigns the
"http://" schema to the URL
Review Comment:
So the existing implementation does not support https at all? I know that
you are going to add support for https scheme later, just wanted to clarify the
current state for host:port ?
--
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]