AnonHxy commented on a change in pull request #13590:
URL: https://github.com/apache/pulsar/pull/13590#discussion_r778553823
##########
File path: site2/docs/reference-configuration.md
##########
@@ -162,7 +162,8 @@ Pulsar brokers are responsible for handling incoming
messages from producers, di
|jvmGCMetricsLoggerClassName|Classname of Pluggable JVM GC metrics logger that
can log GC specific metrics.|N/A|
|bindAddress| Hostname or IP address the service binds on, default is 0.0.0.0.
|0.0.0.0|
|bindAddresses| Additional Hostname or IP addresses the service binds on:
`listener_name:scheme://host:port,...`. ||
-|advertisedAddress| Hostname or IP address the service advertises to the
outside world. If not set, the value of
`InetAddress.getLocalHost().getHostName()` is used. ||
+|advertisedAddress| Hostname or IP address the service advertises to the
outside world. If not set, the value of
`InetAddress.getLocalHost().getHostName()` is used by default, or
`InetAddress.getLocalHost().getHostAddress()` if `ipAsAdvertisedAddress` is
true ||
Review comment:
Yes, thanks for your suggestions
--
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]