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 315c84410cc Docs sync done from apache/pulsar (#45d71f8)
315c84410cc is described below

commit 315c84410ccd0f76edb874d6b33349bf52cdf812
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Sep 1 01:37:32 2025 +0000

    Docs sync done from apache/pulsar (#45d71f8)
---
 static/reference/next/config/reference-configuration-broker.md     | 2 +-
 static/reference/next/config/reference-configuration-standalone.md | 2 +-
 static/swagger/master/swagger.json                                 | 1 +
 static/swagger/master/v2/swagger.json                              | 1 +
 4 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 0332bfe22d5..f1f0f2ac603 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2625,7 +2625,7 @@ The list compatibility checkers to be used in schema 
registry
 
 **Type**: `java.util.Set`
 
-**Default**: 
`[org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck,
 org.apache.pulsar.broker.service.schema.JsonSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.AvroSchemaCompatibilityCheck]`
+**Default**: 
`[org.apache.pulsar.broker.service.schema.ExternalSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.JsonSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.AvroSchemaCompatibilityCheck]`
 
 **Dynamic**: `false`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 0332bfe22d5..f1f0f2ac603 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2625,7 +2625,7 @@ The list compatibility checkers to be used in schema 
registry
 
 **Type**: `java.util.Set`
 
-**Default**: 
`[org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck,
 org.apache.pulsar.broker.service.schema.JsonSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.AvroSchemaCompatibilityCheck]`
+**Default**: 
`[org.apache.pulsar.broker.service.schema.ExternalSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.ProtobufNativeSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.JsonSchemaCompatibilityCheck, 
org.apache.pulsar.broker.service.schema.AvroSchemaCompatibilityCheck]`
 
 **Dynamic**: `false`
 
diff --git a/static/swagger/master/swagger.json 
b/static/swagger/master/swagger.json
index 2e4c2f01304..b32b76c3847 100644
--- a/static/swagger/master/swagger.json
+++ b/static/swagger/master/swagger.json
@@ -1285,6 +1285,7 @@
                         "LOCAL_TIME",
                         "LOCAL_DATE_TIME",
                         "PROTOBUF_NATIVE",
+                        "EXTERNAL",
                         "BYTES",
                         "AUTO",
                         "AUTO_CONSUME",
diff --git a/static/swagger/master/v2/swagger.json 
b/static/swagger/master/v2/swagger.json
index 2e4c2f01304..b32b76c3847 100644
--- a/static/swagger/master/v2/swagger.json
+++ b/static/swagger/master/v2/swagger.json
@@ -1285,6 +1285,7 @@
                         "LOCAL_TIME",
                         "LOCAL_DATE_TIME",
                         "PROTOBUF_NATIVE",
+                        "EXTERNAL",
                         "BYTES",
                         "AUTO",
                         "AUTO_CONSUME",

Reply via email to