315157973 commented on a change in pull request #10312:
URL: https://github.com/apache/pulsar/pull/10312#discussion_r628094307
##########
File path:
pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfiguration.java
##########
@@ -2216,4 +2219,24 @@ public int
getBrokerDeleteInactiveTopicsMaxInactiveDurationSeconds() {
return brokerDeleteInactiveTopicsMaxInactiveDurationSeconds;
}
}
+
+ public String getAppliedAdvertisedAddress() {
Review comment:
OK, I will add the document.
But this method needs to be exposed, not an internal method.
I named it getAdvertisedAddress before, but this will cause problems because
AdvertisedAddress and AdvertisedListener cannot be set at the same time.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]