gaozhangmin commented on issue #15795:
URL: https://github.com/apache/pulsar/issues/15795#issuecomment-1138244382

   @hzluyang  It use regex to match broker's with `brokerUrl.getHost()`, 
   ```
   for (String brkRegex : brkRegexList) {
               if (broker.matches(brkRegex)) {
                   return true;
               }
           }
   ```


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