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 5b1f84168c9 Docs sync done from apache/pulsar(#d4be6bb)
5b1f84168c9 is described below

commit 5b1f84168c932c9deb17e3a89a9b7da93b542197
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Wed Jun 1 12:07:20 2022 +0000

    Docs sync done from apache/pulsar(#d4be6bb)
---
 site2/website-next/docs/reference-configuration.md | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/site2/website-next/docs/reference-configuration.md 
b/site2/website-next/docs/reference-configuration.md
index 10c08983e79..4cf0a840def 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -389,6 +389,15 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 | strictBookieAffinityEnabled | Enable or disable the strict bookie isolation 
strategy. If enabled, <br /> - `bookie-ensemble` first tries to choose bookies 
that belong to a namespace's affinity group. If the number of bookies is not 
enough, then the rest bookies are chosen. <br /> - If namespace has no affinity 
group, `bookie-ensemble` only chooses bookies that belong to no region. If the 
number of bookies is not enough, `BKNotEnoughBookiesException` is thrown.| 
false |
 |managedCursorInfoCompressionType | The compression type of managed cursor 
information. <br />Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and 
`SNAPPY`). <br />If this value is `NONE`, managed cursor information is not 
compressed. | NONE
 
+#### Configuration Override For Clients Internal to Broker
+
+It's possible to configure some clients by using the appropriate prefix.
+
+|Prefix|Description|
+|brokerClient_| Configure **all** the broker's Pulsar Clients and Pulsar Admin 
Clients. These configurations are applied after hard coded configuration and 
before the above brokerClient configurations named above.|
+|bookkeeper_| Configure the broker's bookkeeper clients used by managed 
ledgers and the BookkeeperPackagesStorage bookkeeper client. Takes precedence 
over most other configuration values.|
+
+Note: when running the function worker within the broker, these prefixed 
configurations do not apply to any of those clients. You must instead configure 
those clients using the `functions_worker.yml`.
 
 #### Deprecated parameters of Broker
 The following parameters have been deprecated in the `conf/broker.conf` file.
@@ -767,6 +776,12 @@ The following parameters have been deprecated in the 
`conf/standalone.conf` file
 |tlsTrustCertsFilePath|||
 |tlsProvider | The TLS provider for websocket. Available values: `SunJSSE`, 
`Conscrypt`, and so on. | Conscrypt |
 
+#### Configuration Override For Clients Internal to WebSocket
+
+It's possible to configure some clients by using the appropriate prefix.
+
+|Prefix|Description|
+|brokerClient_| Configure **all** the broker's Pulsar Clients. These 
configurations are applied after hard coded configuration and before the above 
brokerClient configurations named above.|
 
 #### Deprecated parameters of WebSocket
 The following parameters have been deprecated in the `conf/websocket.conf` 
file.
@@ -836,6 +851,12 @@ The [Pulsar 
proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 | numAcceptorThreads | Number of threads used for Netty Acceptor. | 1 |
 |webServiceTlsProvider | The TLS provider for the web service. Available 
values: `SunJSSE`, `Conscrypt`, and so on. | Conscrypt |
 
+#### Configuration Override For Clients Internal to Proxy
+
+It's possible to configure some clients by using the appropriate prefix.
+
+|Prefix|Description|
+|brokerClient_| Configure **all** the proxy's Pulsar Clients. These 
configurations are applied after hard coded configuration and before the above 
brokerClient configurations named above.|
 
 #### Deprecated parameters of Pulsar proxy
 The following parameters have been deprecated in the `conf/proxy.conf` file.

Reply via email to