You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/05/26 07:21:39 UTC

[GitHub] [pulsar] gaozhangmin commented on issue #15795: 在配置ns-isolation-policy 的时候broker的配置不能采用hostname:端口

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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org