Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, shared, site-search]
branches: [DOC-1943-single-source-schema-id-validation, v/*, shared, site-search]
- url: https://github.com/redpanda-data/docs-site
branches: [main]
start_paths: [home]
Expand Down
1 change: 1 addition & 0 deletions modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@
*** xref:manage:schema-reg/schema-reg-ui.adoc[]
*** xref:manage:schema-reg/schema-reg-api.adoc[]
*** xref:manage:schema-reg/schema-reg-authorization.adoc[Schema Registry Authorization]
*** xref:manage:schema-reg/schema-id-validation.adoc[]
*** xref:manage:schema-reg/record-deserialization.adoc[Deserialization]
*** xref:manage:schema-reg/programmable-push-filters.adoc[Programmable Push Filters]
*** xref:manage:schema-reg/edit-topic-configuration.adoc[Edit Topic Configuration]
Expand Down
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ This page lists new features added to Redpanda Cloud.

xref:get-started:cluster-types/serverless.adoc[Serverless] on AWS is now generally available (GA). This release includes private networking with AWS PrivateLink and the ability to export metrics to third-party monitoring systems. Serverless is the easiest and fastest way to begin streaming data with Redpanda. Start small and iterate on a budget, with confidence that your cluster can scale to production.

=== Enable schema ID validation

You can now enable xref:manage:schema-reg/schema-id-validation.adoc[schema ID validation] by xref:manage:cluster-maintenance/config-cluster.adoc[configuring the `enable_schema_id_validation` cluster property]. This controls whether Redpanda validates schema IDs in records and which topic properties are enforced. Use caution when enabling this property, because it could cause decompression across topics and increase CPU load.

== January 2026

=== Redpanda Connect updates
Expand Down
4 changes: 4 additions & 0 deletions modules/manage/pages/schema-reg/schema-id-validation.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
= Schema ID Validation
:description: Learn about schema ID validation for clients using SerDes that produce to Redpanda brokers, and learn how to configure Redpanda to inspect and reject records with invalid schema IDs.

include::ROOT:manage:schema-reg/schema-id-validation.adoc[tag=single-source]