AnonHxy commented on a change in pull request #13590:
URL: https://github.com/apache/pulsar/pull/13590#discussion_r778559675



##########
File path: site2/docs/reference-configuration.md
##########
@@ -705,7 +707,8 @@ The [Pulsar 
proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 | functionWorkerWebServiceURLTLS | The TLS Web service URL pointing to the 
function worker cluster. It is only configured when you setup function workers 
in a separate cluster. | |
 |zookeeperSessionTimeoutMs| ZooKeeper session timeout (in milliseconds) |30000|
 |zooKeeperCacheExpirySeconds|ZooKeeper cache expiry time in seconds|300|
-|advertisedAddress|Hostname or IP address the service advertises to the 
outside world. If not set, the value of 
`InetAddress.getLocalHost().getHostname()` is used.|N/A|
+|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 ||
+|ipAsAdvertisedAddress| If set true and `advertisedAddress` not set, the value 
of `InetAddress.getLocalHost().getHostAddress()` is used to set to 
advertisedAddress|false|

Review comment:
       updated




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