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 e65d14d22c1 Docs sync done from apache/pulsar(#6f38c5a)
e65d14d22c1 is described below

commit e65d14d22c112e64166928506ee56bd170338155
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Thu Jul 21 00:02:04 2022 +0000

    Docs sync done from apache/pulsar(#6f38c5a)
---
 site2/website-next/docs/reference-configuration.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/site2/website-next/docs/reference-configuration.md 
b/site2/website-next/docs/reference-configuration.md
index f7a7fd5bda8..ac9c7530968 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -181,6 +181,7 @@ Pulsar brokers are responsible for handling incoming 
messages from producers, di
 |metadataStoreSessionTimeoutMillis| Metadata store session timeout in 
milliseconds |30000|
 |brokerShutdownTimeoutMs| Time to wait for broker graceful shutdown. After 
this time elapses, the process will be killed  |60000|
 |skipBrokerShutdownOnOOM| Flag to skip broker shutdown when broker handles Out 
of memory error. |false|
+|topicFactoryClassName| Factory class-name to create topic with custom 
workflow. ||
 |backlogQuotaCheckEnabled|  Enable backlog quota check. Enforces action on 
topic when the quota is reached  |true|
 |backlogQuotaCheckIntervalInSeconds|  How often to check for topics that have 
reached the quota |60|
 |backlogQuotaDefaultLimitBytes| The default per-topic backlog quota limit. 
Being less than 0 means no limitation. By default, it is -1. | -1 |
@@ -515,6 +516,7 @@ You can set the log level and configuration in the  
[log4j2.yaml](https://github
 |metadataStoreOperationTimeoutSeconds|Metadata store operation timeout in 
seconds.|30|
 |brokerShutdownTimeoutMs| The time to wait for graceful broker shutdown. After 
this time elapses, the process will be killed. |60000|
 |skipBrokerShutdownOnOOM| Flag to skip broker shutdown when broker handles Out 
of memory error. |false|
+|topicFactoryClassName| Factory class-name to create topic with custom 
workflow. ||
 |backlogQuotaCheckEnabled|  Enable the backlog quota check, which enforces a 
specified action when the quota is reached.  |true|
 |backlogQuotaCheckIntervalInSeconds|  How often to check for topics that have 
reached the backlog quota.  |60|
 |backlogQuotaDefaultLimitBytes| The default per-topic backlog quota limit. 
Being less than 0 means no limitation. By default, it is -1. |-1|

Reply via email to