Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#fce0717)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 31, 2024
1 parent 3a139a8 commit c40a0bf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand All @@ -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`

Expand Down

0 comments on commit c40a0bf

Please sign in to comment.