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

hanahmily pushed a commit to branch banyandb-doc
in repository https://gitbox.apache.org/repos/asf/skywalking.git

commit 99f51554dbb40103e1fa2aeff28a3e4c0c67df7a
Author: Gao Hongtao <hanahm...@gmail.com>
AuthorDate: Thu Aug 1 20:53:53 2024 +0800

    Update banyandb target comments
---
 docs/en/setup/backend/storages/banyandb.md                             | 3 ++-
 .../server-tools/data-generator/src/main/resources/application.yml     | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/backend/storages/banyandb.md 
b/docs/en/setup/backend/storages/banyandb.md
index a37d225c5e..4cd02e30c7 100644
--- a/docs/en/setup/backend/storages/banyandb.md
+++ b/docs/en/setup/backend/storages/banyandb.md
@@ -10,7 +10,8 @@ storage:
   banyandb:
     # Targets is the list of BanyanDB servers, separated by commas.
     # Each target is a BanyanDB server in the format of `host:port` 
-    # The host is the IP address or domain name of the BanyanDB server, and 
the port is the port number of the BanyanDB server.
+    # If the BanyanDB is deployed as a standalone server, the target should be 
the IP address or domain name and port of the BanyanDB server.
+    # If the BanyanDB is deployed in a cluster, the targets should be the IP 
address or domain name and port of the `liaison` nodes, separated by commas.
     targets: ${SW_STORAGE_BANYANDB_TARGETS:127.0.0.1:17912}
     # The max number of records in a bulk write request.
     # Bigger value can improve the write performance, but also increase the 
OAP and BanyanDB Server memory usage.
diff --git 
a/oap-server/server-tools/data-generator/src/main/resources/application.yml 
b/oap-server/server-tools/data-generator/src/main/resources/application.yml
index f7b1d5ea1c..6aa06b8dbd 100755
--- a/oap-server/server-tools/data-generator/src/main/resources/application.yml
+++ b/oap-server/server-tools/data-generator/src/main/resources/application.yml
@@ -166,7 +166,8 @@ storage:
   banyandb:
     # Targets is the list of BanyanDB servers, separated by commas.
     # Each target is a BanyanDB server in the format of `host:port` 
-    # The host is the IP address or domain name of the BanyanDB server, and 
the port is the port number of the BanyanDB server.
+    # If the BanyanDB is deployed as a standalone server, the target should be 
the IP address or domain name and port of the BanyanDB server.
+    # If the BanyanDB is deployed in a cluster, the targets should be the IP 
address or domain name and port of the `liaison` nodes, separated by commas.
     targets: ${SW_STORAGE_BANYANDB_TARGETS:127.0.0.1:17912}
     # The max number of records in a bulk write request.
     # Bigger value can improve the write performance, but also increase the 
OAP and BanyanDB Server memory usage.

Reply via email to