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 a92c9351874 Docs sync done from apache/pulsar(#6f1f6aa)
a92c9351874 is described below
commit a92c935187414824294e33eab9e8cb7c65fb3ace
Author: Pulsar Site Updater <[email protected]>
AuthorDate: Tue Jul 26 12:02:06 2022 +0000
Docs sync done from apache/pulsar(#6f1f6aa)
---
site2/website-next/docs/reference-configuration.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/site2/website-next/docs/reference-configuration.md
b/site2/website-next/docs/reference-configuration.md
index 705c512dd7d..1a7f52b1d09 100644
--- a/site2/website-next/docs/reference-configuration.md
+++ b/site2/website-next/docs/reference-configuration.md
@@ -735,6 +735,7 @@ You can set the log level and configuration in the
[log4j2.yaml](https://github
|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 |false|
|transactionLogBatchedWriteMaxRecords| If enabled the feature that transaction
log batch, this attribute means maximum log records count in a batch |512|
|transactionLogBatchedWriteMaxSize| If enabled the feature that transaction
log batch, this attribute means bytes size in a batch. |4m|
+|httpRequestsFailOnUnknownPropertiesEnabled| Admin API fail on unknown request
parameter in request-body. |false|
|transactionLogBatchedWriteMaxDelayInMillis| If enabled the feature that
transaction log batch, this attribute means maximum wait time(in millis) for
the first record in a batch |1|
|transactionPendingAckBatchedWriteEnabled| Provide a mechanism allowing the
Pending Ack 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 |false|
|transactionPendingAckBatchedWriteMaxRecords| If enabled the feature that
transaction pending ack log batch, this attribute means maximum log records
count in a batch. |512|