jihoonson commented on a change in pull request #10830: URL: https://github.com/apache/druid/pull/10830#discussion_r569145789
########## File path: core/src/main/java/org/apache/druid/data/input/impl/HttpInputSource.java ########## @@ -69,6 +70,13 @@ public HttpInputSource( this.config = config; } + public static void throwIfInvalidProtocols(List<URI> uris) Review comment: It should be public since this method is now used by `HttpFirehoseFactory` as well. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org For additional commands, e-mail: commits-h...@druid.apache.org