BewareMyPower commented on code in PR #15633:
URL: https://github.com/apache/pulsar/pull/15633#discussion_r875441517
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/namespace/NamespaceService.java:
##########
@@ -596,7 +599,8 @@ private void searchForCandidateBroker(NamespaceBundle
bundle,
}
// Now setting the redirect url
- createLookupResult(candidateBroker, authoritativeRedirect,
options.getAdvertisedListenerName())
+ createLookupResult(candidateBrokerAdvertisedAddr == null ?
candidateBroker
Review Comment:
Sorry there's something wrong with my debugging, mark it as resolved.
--
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]