Skip to content

Commit bfe7d8b

Browse files
micheleRPclaudeFeediver1
authored
DOC-1812: Add single-sourced Schema Registry Contexts page (#551)
* DOC-1812 Add single-sourced Schema Registry Contexts page Create stub page that single-sources schema-reg-contexts from the docs repo. Add nav entry under Schema Registry and What's New April 2026 entry. Playbook updated to reference docs PR branch (Feediver1-patch-7) for preview. Must revert to main before merge. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * edit what's new * move to March in What's New * Add learning objectives and page metadata to cloud-docs schema-reg-contexts * Revert docs branch reference from Feediver1-patch-7 to main --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Joyce Fee <102751339+Feediver1@users.noreply.github.com>
1 parent 0fd9f91 commit bfe7d8b

3 files changed

Lines changed: 16 additions & 0 deletions

File tree

modules/ROOT/nav.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@
469469
*** xref:manage:schema-reg/schema-reg-ui.adoc[]
470470
*** xref:manage:schema-reg/schema-reg-api.adoc[]
471471
*** xref:manage:schema-reg/schema-reg-authorization.adoc[Schema Registry Authorization]
472+
*** xref:manage:schema-reg/schema-reg-contexts.adoc[Schema Registry Contexts]
472473
*** xref:manage:schema-reg/schema-id-validation.adoc[]
473474
*** xref:manage:schema-reg/record-deserialization.adoc[Deserialization]
474475
*** xref:manage:schema-reg/programmable-push-filters.adoc[Programmable Push Filters]

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ xref:develop:topics/cloud-topics.adoc[Cloud Topics] are now available, making it
6161

6262
You can use Cloud Topics exclusively or in combination with standard topics on a cluster supporting low-latency workloads.
6363

64+
=== Schema Registry Contexts
65+
66+
xref:manage:schema-reg/schema-reg-contexts.adoc[Schema Registry contexts] provide isolated namespaces that separate schemas, subjects, and configuration within a single Schema Registry instance. Each context maintains its own schema ID counter, mode settings, and compatibility settings.
67+
68+
On Serverless clusters, Redpanda uses contexts internally for per-tenant isolation. Contexts are not exposed to end users on Serverless. On BYOC and Dedicated clusters, contexts are available and user-configurable.
69+
6470
=== User-based throughput quotas
6571

6672
Redpanda now supports throughput quotas based on authenticated user principals. Unlike client-based quotas (which rely on self-declared `client-id` values), xref:manage:cluster-maintenance/manage-throughput.adoc#set-user-based-quotas[user-based quotas] enforce limits using verified identities from SASL, mTLS, or OIDC authentication. You can set quotas for individual users, default users, or fine-grained user/client combinations.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
= Schema Registry Contexts
2+
:description: Use Schema Registry contexts to create isolated namespaces for schemas, subjects, and configuration, enabling multi-tenant and multi-team deployments without separate Schema Registry instances.
3+
:page-topic-type: how-to
4+
:personas: app_developer, streaming_developer, platform_admin
5+
:learning-objective-1: Identify when to use Schema Registry contexts for multi-team or multi-cluster deployments.
6+
:learning-objective-2: Describe how qualified subject syntax maps subjects to contexts.
7+
:learning-objective-3: Enable and configure Schema Registry contexts using the cluster property and HTTP API.
8+
9+
include::ROOT:manage:schema-reg/schema-reg-contexts.adoc[tag=single-source]

0 commit comments

Comments
 (0)