Technoboy- commented on code in PR #21885:
URL: https://github.com/apache/pulsar/pull/21885#discussion_r1452243758


##########
pulsar-common/src/main/java/org/apache/pulsar/common/topics/TopicList.java:
##########
@@ -78,4 +81,16 @@ public static Set<String> minus(Collection<String> list1, 
Collection<String> lis
         s1.removeAll(list2);
         return s1;
     }
+
+    private static String removeTopicDomainSchema(String originalRegexp) {

Review Comment:
   `removeTopicDomainSchema` -> `removeTopicDomainScheme` or just change to 
`removeTopicDomain`



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