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

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

commit d3f58fa5c01894413f73bfdf58ab73d3440946eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 31 01:29:06 2024 +0000

    Docs sync done from apache/pulsar (#fce0717)
---
 .../next/config/reference-configuration-pulsar-proxy.md      | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/static/reference/next/config/reference-configuration-pulsar-proxy.md 
b/static/reference/next/config/reference-configuration-pulsar-proxy.md
index 2dfeb6654a03..3fe9741c9c01 100644
--- a/static/reference/next/config/reference-configuration-pulsar-proxy.md
+++ b/static/reference/next/config/reference-configuration-pulsar-proxy.md
@@ -69,7 +69,7 @@ Whether TLS is enabled when communicating with Pulsar brokers
 **Category**: Broker Client Authorization
 
 ### brokerServiceURL
-The service url points to the broker cluster. URL must have the pulsar:// 
prefix.
+If does not set metadataStoreUrl or configurationMetadataStoreUrl, this url 
should point to the discovery service provider. URL must have the pulsar:// 
prefix. And does not support multi url yet.
 
 **Type**: `java.lang.String`
 
@@ -80,7 +80,7 @@ The service url points to the broker cluster. URL must have 
the pulsar:// prefix
 **Category**: Broker Discovery
 
 ### brokerServiceURLTLS
-The tls service url points to the broker cluster. URL must have the 
pulsar+ssl:// prefix.
+If does not set metadataStoreUrl or configurationMetadataStoreUrl, this url 
should point to the discovery service provider. URL must have the pulsar+ssl:// 
prefix. And does not support multi url yet.
 
 **Type**: `java.lang.String`
 
@@ -91,7 +91,7 @@ The tls service url points to the broker cluster. URL must 
have the pulsar+ssl:/
 **Category**: Broker Discovery
 
 ### brokerWebServiceURL
-The web service url points to the broker cluster
+The web service url points to the discovery service provider of the broker 
cluster, and does not support multi url yet.
 
 **Type**: `java.lang.String`
 
@@ -102,7 +102,7 @@ The web service url points to the broker cluster
 **Category**: Broker Discovery
 
 ### brokerWebServiceURLTLS
-The tls web service url points to the broker cluster
+The tls web service url points to the discovery service provider of the broker 
cluster, and does not support multi url yet.
 
 **Type**: `java.lang.String`
 
@@ -124,7 +124,7 @@ The metadata store URL for the configuration data. If 
empty, we fall back to use
 **Category**: Broker Discovery
 
 ### functionWorkerWebServiceURL
-The web service url points to the function worker cluster. Only configure it 
when you setup function workers in a separate cluster
+The web service url points to the discovery service provider of the function 
worker cluster, and does not support multi url yet. Only configure it when you 
setup function workers in a separate cluster
 
 **Type**: `java.lang.String`
 
@@ -135,7 +135,7 @@ The web service url points to the function worker cluster. 
Only configure it whe
 **Category**: Broker Discovery
 
 ### functionWorkerWebServiceURLTLS
-The tls web service url points to the function worker cluster. Only configure 
it when you setup function workers in a separate cluster
+The tls web service url points to the discovery service provider of the 
function worker cluster, and does not support multi url yet. Only configure it 
when you setup function workers in a separate cluster
 
 **Type**: `java.lang.String`
 

Reply via email to