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 2ab4a760eb Docs sync done from apache/pulsar(#b5f8647)
2ab4a760eb is described below

commit 2ab4a760ebbad24b6a48953a83a3d2c59267e64b
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Fri May 6 18:03:05 2022 +0000

    Docs sync done from apache/pulsar(#b5f8647)
---
 site2/docs/reference-configuration.md              | 4 ++++
 site2/website-next/docs/reference-configuration.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/site2/docs/reference-configuration.md 
b/site2/docs/reference-configuration.md
index 6a497dd779..23e23f53a6 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -334,6 +334,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |replicationConnectionsPerBroker| Max number of connections to open for each 
broker in a remote cluster More connections host-to-host lead to better 
throughput over high-latency links.  |16|
 |replicationProducerQueueSize|  Replicator producer queue size  |1000|
 |replicatorPrefix|  Replicator prefix used for replicator producer name and 
cursor name pulsar.repl||
+|transactionBufferClientOperationTimeoutInMills|The transaction buffer 
client's operation timeout in milliseconds.|3000|
 |transactionCoordinatorEnabled|Whether to enable transaction coordinator in 
broker.|true|
 |transactionMetadataStoreProviderClassName| 
|org.apache.pulsar.transaction.coordinator.impl.InMemTransactionMetadataStoreProvider|
 |defaultRetentionTimeInMinutes| Default message retention time  |0|
@@ -702,6 +703,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |replicationConnectionsPerBroker|   |16|
 |replicationProducerQueueSize|    |1000|
 | replicationPolicyCheckDurationSeconds | Duration to check replication policy 
to avoid replicator inconsistency due to missing ZooKeeper watch. When the 
value is set to 0, disable checking replication policy. | 600 |
+|transactionBufferClientOperationTimeoutInMills|The transaction buffer 
client's operation timeout in milliseconds.|3000|
 |defaultRetentionTimeInMinutes|   |0|
 |defaultRetentionSizeInMB|    |0|
 |keepAliveIntervalSeconds|    |30|
@@ -817,6 +819,8 @@ The [Pulsar 
proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 |tokenAudienceClaim| The token audience "claim" name, e.g. "aud". It is used 
to get the audience from token. If it is not set, the audience is not verified. 
||
 | tokenAudience | The token audience stands for this broker. The field 
`tokenAudienceClaim` of a valid token need contains this parameter.| |
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
+| numIOThreads | Number of threads used for Netty IO. | 2 * 
Runtime.getRuntime().availableProcessors() |
+| numAcceptorThreads | Number of threads used for Netty Acceptor. | 1 |
 
 #### Deprecated parameters of Pulsar proxy
 The following parameters have been deprecated in the `conf/proxy.conf` file.
diff --git a/site2/website-next/docs/reference-configuration.md 
b/site2/website-next/docs/reference-configuration.md
index 3a9278edd5..7fdfb36ce4 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -330,6 +330,7 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |replicationConnectionsPerBroker| Max number of connections to open for each 
broker in a remote cluster More connections host-to-host lead to better 
throughput over high-latency links.  |16|
 |replicationProducerQueueSize|  Replicator producer queue size  |1000|
 |replicatorPrefix|  Replicator prefix used for replicator producer name and 
cursor name pulsar.repl||
+|transactionBufferClientOperationTimeoutInMills|The transaction buffer 
client's operation timeout in milliseconds.|3000|
 |transactionCoordinatorEnabled|Whether to enable transaction coordinator in 
broker.|true|
 |transactionMetadataStoreProviderClassName| 
|org.apache.pulsar.transaction.coordinator.impl.InMemTransactionMetadataStoreProvider|
 |defaultRetentionTimeInMinutes| Default message retention time  |0|
@@ -698,6 +699,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |replicationConnectionsPerBroker|   |16|
 |replicationProducerQueueSize|    |1000|
 | replicationPolicyCheckDurationSeconds | Duration to check replication policy 
to avoid replicator inconsistency due to missing ZooKeeper watch. When the 
value is set to 0, disable checking replication policy. | 600 |
+|transactionBufferClientOperationTimeoutInMills|The transaction buffer 
client's operation timeout in milliseconds.|3000|
 |defaultRetentionTimeInMinutes|   |0|
 |defaultRetentionSizeInMB|    |0|
 |keepAliveIntervalSeconds|    |30|
@@ -813,6 +815,8 @@ The [Pulsar 
proxy](concepts-architecture-overview.md#pulsar-proxy) can be config
 |tokenAudienceClaim| The token audience "claim" name, e.g. "aud". It is used 
to get the audience from token. If it is not set, the audience is not verified. 
||
 | tokenAudience | The token audience stands for this broker. The field 
`tokenAudienceClaim` of a valid token need contains this parameter.| |
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
+| numIOThreads | Number of threads used for Netty IO. | 2 * 
Runtime.getRuntime().availableProcessors() |
+| numAcceptorThreads | Number of threads used for Netty Acceptor. | 1 |
 
 #### Deprecated parameters of Pulsar proxy
 The following parameters have been deprecated in the `conf/proxy.conf` file.

Reply via email to