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

commit 3e84239e79505626f947b41eb2a4b81612f4dc53
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 22 08:03:59 2023 +0000

    Docs sync done from apache/pulsar (#6036dcc)
---
 .../next/config/reference-configuration-broker.md       |  4 ++--
 .../next/config/reference-configuration-standalone.md   |  4 ++--
 static/reference/next/pulsar-admin/schemas.md           | 17 +++++++++++++++++
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index dd291443f61..66b2d32a722 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2647,11 +2647,11 @@ The max number of delayed message index in per bucket 
snapshot segment, -1 means
 **Category**: Server
 
 ### delayedDeliveryMaxNumBuckets
-The max number of delayed message index bucket, after reaching the max buckets 
limitation, the adjacent buckets will be merged.
+The max number of delayed message index bucket, after reaching the max buckets 
limitation, the adjacent buckets will be merged.(disable with value -1)
 
 **Type**: `int`
 
-**Default**: `50`
+**Default**: `-1`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index dd291443f61..66b2d32a722 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2647,11 +2647,11 @@ The max number of delayed message index in per bucket 
snapshot segment, -1 means
 **Category**: Server
 
 ### delayedDeliveryMaxNumBuckets
-The max number of delayed message index bucket, after reaching the max buckets 
limitation, the adjacent buckets will be merged.
+The max number of delayed message index bucket, after reaching the max buckets 
limitation, the adjacent buckets will be merged.(disable with value -1)
 
 **Type**: `int`
 
-**Default**: `50`
+**Default**: `-1`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/pulsar-admin/schemas.md 
b/static/reference/next/pulsar-admin/schemas.md
index 152eeef9ada..93fa7b2deb6 100644
--- a/static/reference/next/pulsar-admin/schemas.md
+++ b/static/reference/next/pulsar-admin/schemas.md
@@ -81,3 +81,20 @@ $ pulsar-admin schemas extract options
 | `-a, --always-allow-null` | set schema whether always allow null or 
not|true||
 | `-t, --type` | type avro or json|null||
 
+
+## <em>compatibility</em>
+
+Test schema compatibility
+
+**Command:**
+
+```shell
+$ pulsar-admin schemas compatibility options
+```
+
+**Options:**
+
+|Flag|Description|Default|
+|---|---|---|
+| `-f, --filename` | filename|null||
+

Reply via email to