From 4970b5820338454a94911ac47d4d26a62def2322 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 01:35:43 +0000 Subject: [PATCH] Docs sync done from apache/pulsar (#4b3b273) --- .../next/config/reference-configuration-broker.md | 11 +++++++++++ .../next/config/reference-configuration-standalone.md | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/static/reference/next/config/reference-configuration-broker.md b/static/reference/next/config/reference-configuration-broker.md index 356b242cefcf..c6bebbf63b13 100644 --- a/static/reference/next/config/reference-configuration-broker.md +++ b/static/reference/next/config/reference-configuration-broker.md @@ -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 diff --git a/static/reference/next/config/reference-configuration-standalone.md b/static/reference/next/config/reference-configuration-standalone.md index 356b242cefcf..c6bebbf63b13 100644 --- a/static/reference/next/config/reference-configuration-standalone.md +++ b/static/reference/next/config/reference-configuration-standalone.md @@ -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