This is an automated email from the ASF dual-hosted git repository.
zhaijia 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 b9f578d6 [Doc]--Update for the maximum message size (#7160)
b9f578d6 is described below
commit b9f578d64bf0f6cc9363200754474304ffc4881b
Author: HuanliMeng <[email protected]>
AuthorDate: Thu Jun 4 20:53:16 2020 +0800
[Doc]--Update for the maximum message size (#7160)
Add a maxMessageSize configure item.
---
site2/docs/reference-configuration.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/site2/docs/reference-configuration.md
b/site2/docs/reference-configuration.md
index 1f7eedc..f5b40aa 100644
--- a/site2/docs/reference-configuration.md
+++ b/site2/docs/reference-configuration.md
@@ -265,6 +265,7 @@ subscriptionExpirationTimeMinutes | How long to delete
inactive subscriptions fr
|s3ManagedLedgerOffloadRole| For Amazon S3 ledger offload, provide a role to
assume before writing to s3 ||
|s3ManagedLedgerOffloadRoleSessionName| For Amazon S3 ledger offload, provide
a role session name when using a role |pulsar-s3-offload|
| acknowledgmentAtBatchIndexLevelEnabled | Enable or disable the batch index
acknowledgement. | false |
+| maxMessageSize | Set the maximum size of a message. | 5 MB |