Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#2b01f83)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 26, 2023
1 parent 6393ae0 commit 9448c5b
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 22 deletions.
34 changes: 23 additions & 11 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down
34 changes: 23 additions & 11 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 9448c5b

Please sign in to comment.