Skip to content

Commit

Permalink
Docs sync done from apache/pulsar (#4b3b273)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 20, 2024
1 parent f505330 commit 4970b58
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-broker.md
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,17 @@ Number of worker threads to serve topic ordered executor

**Category**: Server

### topicPoliciesServiceClassName
The class name of the topic policies service. The default config only takes affect when the systemTopicEnable config is true

**Type**: `java.lang.String`

**Default**: `org.apache.pulsar.broker.service.SystemTopicBasedTopicPoliciesService`

**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
11 changes: 11 additions & 0 deletions static/reference/next/config/reference-configuration-standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3973,6 +3973,17 @@ Number of worker threads to serve topic ordered executor

**Category**: Server

### topicPoliciesServiceClassName
The class name of the topic policies service. The default config only takes affect when the systemTopicEnable config is true

**Type**: `java.lang.String`

**Default**: `org.apache.pulsar.broker.service.SystemTopicBasedTopicPoliciesService`

**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

0 comments on commit 4970b58

Please sign in to comment.