This is an automated email from the ASF dual-hosted git repository.

penghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 8324205  [Docs] Add broker additional servlet configuration (#11590)
8324205 is described below

commit 8324205b359232c0e03d4f5dfe62131172caa0f7
Author: Kai Wang <[email protected]>
AuthorDate: Sun Aug 8 11:22:40 2021 +0800

    [Docs] Add broker additional servlet configuration (#11590)
---
 site2/docs/reference-configuration.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/site2/docs/reference-configuration.md 
b/site2/docs/reference-configuration.md
index 1f7bba7..ae62e27 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -349,7 +349,9 @@ brokerServiceCompactionThresholdInBytes|If the estimated 
backlog size is greater
 |haProxyProtocolEnabled | Enable or disable the 
[HAProxy](http://www.haproxy.org/) protocol. |false|
 | maxTopicsPerNamespace | The maximum number of persistent topics that can be 
created in the namespace. When the number of topics reaches this threshold, the 
broker rejects the request of creating a new topic, including the auto-created 
topics by the producer or consumer, until the number of connected consumers 
decreases. The default value 0 disables the check. | 0 |
 |subscriptionTypesEnabled| Enable all subscription types, which are exclusive, 
shared, failover, and key_shared. | Exclusive, Shared, Failover, Key_Shared |
-/ managedLedgerInfoCompressionType / ManagedLedgerInfo compression type, 
option values (NONE, LZ4, ZLIB, ZSTD, SNAPPY), if value is NONE or invalid, the 
managedLedgerInfo will not be compressed. Notice, after enable this 
configuration, if you want to degrade broker, you should change the 
configuration to `NONE` and make sure all ledger metadata are saved without 
compression. | None |
+| managedLedgerInfoCompressionType | Compression type of managed ledger 
information. <br><br>Available options are `NONE`, `LZ4`, `ZLIB`, `ZSTD`, and 
`SNAPPY`). <br><br>If this value is `NONE` or invalid, the `managedLedgerInfo` 
is not compressed. <br><br>**Note** that after enabling this configuration, if 
you want to degrade a broker, you need to change the value to `NONE` and make 
sure all ledger metadata is saved without compression. | None |
+| additionalServlets | Additional servlet name. <br><br>If you have multiple 
additional servlets, separate them by commas. <br><br>For example, 
additionalServlet_1, additionalServlet_2 | N/A |
+| additionalServletDirectory | Location of broker additional servlet NAR 
directory | ./brokerAdditionalServlet |
 
 ## Client
 

Reply via email to