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 ddc5af5e046 Docs sync done from apache/pulsar (#3ab420c)
ddc5af5e046 is described below

commit ddc5af5e0468b658ceb3ed962ad91d8eabb5ba64
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 15 01:29:06 2023 +0000

    Docs sync done from apache/pulsar (#3ab420c)
---
 static/reference/next/pulsar-admin/topicPolicies.md | 6 +++---
 static/swagger/restApiVersions.json                 | 1 -
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/static/reference/next/pulsar-admin/topicPolicies.md 
b/static/reference/next/pulsar-admin/topicPolicies.md
index 85c511cb884..aec9f0610c4 100644
--- a/static/reference/next/pulsar-admin/topicPolicies.md
+++ b/static/reference/next/pulsar-admin/topicPolicies.md
@@ -1066,9 +1066,9 @@ $ pulsar-admin topicPolicies set-offload-policies options
 
 |Flag|Description|Default|
 |---|---|---|
-| `-t, --offloadThresholdInBytes` | ManagedLedger offload threshold in 
bytes|0||
+| `-t, --offloadThresholdInBytes` | ManagedLedger offload threshold in 
bytes|null||
 | `--global, -g` | Whether to set this policy globally. If set to true, the 
policy will be replicate to other clusters asynchronously|false||
-| `-m, --maxBlockSizeInBytes` | ManagedLedger offload max block Size in 
bytes,s3 and google-cloud-storage requires this parameter|0||
+| `-m, --maxBlockSizeInBytes` | ManagedLedger offload max block Size in 
bytes,s3 and google-cloud-storage requires this parameter|67108864||
 | `-b, --bucket` | ManagedLedger offload bucket, s3 and google-cloud-storage 
requires this parameter|null||
 | `-dl, --offloadDeletionLagInMillis` | ManagedLedger offload deletion lag in 
bytes|null||
 | `-r, --region` | ManagedLedger offload region, s3 and google-cloud-storage 
requires this parameter|null||
@@ -1080,7 +1080,7 @@ $ pulsar-admin topicPolicies set-offload-policies options
 | `-d, --driver` | ManagedLedger offload driver|null||
 | `-e, --endpoint` | ManagedLedger offload service endpoint, only s3 requires 
this parameter|null||
 | `-s, --aws-secret` | AWS Credential Secret to use when using driver S3 or 
aws-s3|null||
-| `-rb, --readBufferSizeInBytes` | ManagedLedger offload read buffer size in 
bytes,s3 and google-cloud-storage requires this parameter|0||
+| `-rb, --readBufferSizeInBytes` | ManagedLedger offload read buffer size in 
bytes,s3 and google-cloud-storage requires this parameter|1048576||
 
 
 ## remove-offload-policies
diff --git a/static/swagger/restApiVersions.json 
b/static/swagger/restApiVersions.json
index f7dcb4b8dd7..54492dfc7df 100644
--- a/static/swagger/restApiVersions.json
+++ b/static/swagger/restApiVersions.json
@@ -673,7 +673,6 @@
             "version": "v3"
         }
     ],
-
     "3.1.0": [
         {
             "fileName": [

Reply via email to