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

commit 9448c5bf3fe09db8095ebff17a7a4bcaff99b88e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 26 01:40:59 2023 +0000

    Docs sync done from apache/pulsar (#2b01f83)
---
 .../next/config/reference-configuration-broker.md  | 34 +++++++++++++++-------
 .../config/reference-configuration-standalone.md   | 34 +++++++++++++++-------
 2 files changed, 46 insertions(+), 22 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index df50fd3328a..4c0714ded43 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -3468,17 +3468,6 @@ Number of threads to use for orderedExecutor. The 
ordered executor is used to op
 
 **Category**: Server
 
-### numWorkerThreadsForNonPersistentTopic
-Number of worker threads to serve non-persistent topic
-
-**Type**: `int`
-
-**Default**: `2`
-
-**Dynamic**: `false`
-
-**Category**: Server
-
 ### preciseDispatcherFlowControl
 Precise dispatcher flow control according to history message number of each 
entry
 
@@ -3663,6 +3652,17 @@ Amount of seconds to timeout when loading a topic. In 
situations with many geo-r
 
 **Category**: Server
 
+### topicOrderedExecutorThreadNum
+Number of worker threads to serve topic ordered executor
+
+**Type**: `int`
+
+**Default**: `2`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### transactionLogBatchedWriteEnabled
 Provide a mechanism allowing the Transaction Log Store to aggregate multiple 
records into a batched record and persist into a single BK entry. This will 
make Pulsar transactions work more efficiently, aka batched log. see: 
https://github.com/apache/pulsar/issues/15370. Default false
 
@@ -5394,6 +5394,18 @@ Global Zookeeper quorum connection string (as a 
comma-separated list). Deprecate
 
 **Category**: Server
 
+### numWorkerThreadsForNonPersistentTopic
+Number of worker threads to serve non-persistent topic.
+@deprecated - use topicOrderedExecutorThreadNum instead.
+
+**Type**: `int`
+
+**Default**: `-1`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### zooKeeperAllowReadOnlyOperations
 Is zookeeper allow read-only operations.
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index df50fd3328a..4c0714ded43 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -3468,17 +3468,6 @@ Number of threads to use for orderedExecutor. The 
ordered executor is used to op
 
 **Category**: Server
 
-### numWorkerThreadsForNonPersistentTopic
-Number of worker threads to serve non-persistent topic
-
-**Type**: `int`
-
-**Default**: `2`
-
-**Dynamic**: `false`
-
-**Category**: Server
-
 ### preciseDispatcherFlowControl
 Precise dispatcher flow control according to history message number of each 
entry
 
@@ -3663,6 +3652,17 @@ Amount of seconds to timeout when loading a topic. In 
situations with many geo-r
 
 **Category**: Server
 
+### topicOrderedExecutorThreadNum
+Number of worker threads to serve topic ordered executor
+
+**Type**: `int`
+
+**Default**: `2`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### transactionLogBatchedWriteEnabled
 Provide a mechanism allowing the Transaction Log Store to aggregate multiple 
records into a batched record and persist into a single BK entry. This will 
make Pulsar transactions work more efficiently, aka batched log. see: 
https://github.com/apache/pulsar/issues/15370. Default false
 
@@ -5394,6 +5394,18 @@ Global Zookeeper quorum connection string (as a 
comma-separated list). Deprecate
 
 **Category**: Server
 
+### numWorkerThreadsForNonPersistentTopic
+Number of worker threads to serve non-persistent topic.
+@deprecated - use topicOrderedExecutorThreadNum instead.
+
+**Type**: `int`
+
+**Default**: `-1`
+
+**Dynamic**: `false`
+
+**Category**: Server
+
 ### zooKeeperAllowReadOnlyOperations
 Is zookeeper allow read-only operations.
 

Reply via email to