mattisonchao commented on code in PR #17880:
URL: https://github.com/apache/pulsar/pull/17880#discussion_r982971663


##########
pulsar-common/src/main/java/org/apache/pulsar/common/net/ServiceURI.java:
##########
@@ -106,7 +106,14 @@ public static ServiceURI create(String uriStr) {
 
         return create(uri);
     }
-
+    public static void validate(String urlStr) {

Review Comment:
   I'm not sure if we have to enhance this method to check pulsar supported 
service name.
   - pulsar
   - pulsar+ssl
   - http
   - https



-- 
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]

Reply via email to