This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 8aa4ea91d45 Docs sync done from apache/pulsar(#a88d952)
8aa4ea91d45 is described below

commit 8aa4ea91d4593ab53bcbc31b6e1984e3f6d41fe8
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Mon Aug 8 18:01:56 2022 +0000

    Docs sync done from apache/pulsar(#a88d952)
---
 site2/website-next/docs/reference-configuration-broker.md     | 2 +-
 site2/website-next/docs/reference-configuration-standalone.md | 2 +-
 site2/website-next/static/swagger/restApiVersions.json        | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site2/website-next/docs/reference-configuration-broker.md 
b/site2/website-next/docs/reference-configuration-broker.md
index 1b442cfe73b..e4a7f5ce9ab 100644
--- a/site2/website-next/docs/reference-configuration-broker.md
+++ b/site2/website-next/docs/reference-configuration-broker.md
@@ -1667,7 +1667,7 @@ Whether to enable the acknowledge of batch local index
 **Category**: Server
 
 ### advertisedAddress
-Hostname or IP address the service advertises to the outside world. If not 
set, the value of `InetAddress.getLocalHost().getHostname()` is used.
+Hostname or IP address the service advertises to the outside world. If not 
set, the value of `InetAddress.getLocalHost().getCanonicalHostName()` is used.
 
 **Default**: `null`
 
diff --git a/site2/website-next/docs/reference-configuration-standalone.md 
b/site2/website-next/docs/reference-configuration-standalone.md
index 46e200025dc..b5252d303ce 100644
--- a/site2/website-next/docs/reference-configuration-standalone.md
+++ b/site2/website-next/docs/reference-configuration-standalone.md
@@ -58,7 +58,7 @@ Additional Hostname or IP addresses the service binds on: 
`listener_name:scheme:
 
 ### advertisedAddress
 
-The hostname or IP address that the standalone service advertises to the 
outside world. If not set, the value of 
`InetAddress.getLocalHost().getHostName()` is used.
+The hostname or IP address that the standalone service advertises to the 
outside world. If not set, the value of 
`InetAddress.getLocalHost().getCanonicalHostName()` is used.
 
 **Default**:
 
diff --git a/site2/website-next/static/swagger/restApiVersions.json 
b/site2/website-next/static/swagger/restApiVersions.json
index 8d35bd4d0b0..b2292ab1572 100644
--- a/site2/website-next/static/swagger/restApiVersions.json
+++ b/site2/website-next/static/swagger/restApiVersions.json
@@ -1,5 +1,5 @@
 {
-    "2.10.0": [
+    "2.10.1": [
         {
             "version": "v2",
             "fileName": [
@@ -16,7 +16,7 @@
             ]
         }
     ],
-    "2.10.1": [
+    "2.10.0": [
         {
             "version": "v2",
             "fileName": [

Reply via email to