From 9aed0edd6b4c2faad48598ac56f1ab474e141ebf Mon Sep 17 00:00:00 2001 From: Joyce Fee Date: Thu, 2 Jul 2026 15:16:09 -0400 Subject: [PATCH] DOC-2254: Add shadow link, shadow cluster, and Schema Registry context glossary terms New terms used by the Confluent Schema Registry migration docs (docs#1776). Overlaps DOC-1660 (Shadow Linking glossary terms, in progress) - flagged there to avoid duplication. Co-Authored-By: Claude Opus 4.8 (1M context) --- modules/terms/partials/schema-registry-context.adoc | 6 ++++++ modules/terms/partials/shadow-cluster.adoc | 6 ++++++ modules/terms/partials/shadow-link.adoc | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 modules/terms/partials/schema-registry-context.adoc create mode 100644 modules/terms/partials/shadow-cluster.adoc create mode 100644 modules/terms/partials/shadow-link.adoc diff --git a/modules/terms/partials/schema-registry-context.adoc b/modules/terms/partials/schema-registry-context.adoc new file mode 100644 index 0000000000..1c31fa858c --- /dev/null +++ b/modules/terms/partials/schema-registry-context.adoc @@ -0,0 +1,6 @@ +=== Schema Registry context +:term-name: Schema Registry context +:hover-text: An independent namespace for subjects within a Schema Registry. Contexts let multiple groups of schemas coexist in one registry without naming conflicts. The default context is named ".". +:category: Redpanda features + +For more information, see xref:manage:schema-reg/schema-reg-contexts.adoc[Schema Registry Contexts]. diff --git a/modules/terms/partials/shadow-cluster.adoc b/modules/terms/partials/shadow-cluster.adoc new file mode 100644 index 0000000000..521ea2be5e --- /dev/null +++ b/modules/terms/partials/shadow-cluster.adoc @@ -0,0 +1,6 @@ +=== shadow cluster +:term-name: shadow cluster +:hover-text: A read-only Redpanda cluster that continuously receives replicated data from a source cluster through a shadow link. During a disaster, you can fail over to the shadow cluster so it handles production traffic. +:category: Redpanda features + +For more information, see xref:manage:disaster-recovery/shadowing/overview.adoc[Shadowing Overview]. diff --git a/modules/terms/partials/shadow-link.adoc b/modules/terms/partials/shadow-link.adoc new file mode 100644 index 0000000000..c510e431b9 --- /dev/null +++ b/modules/terms/partials/shadow-link.adoc @@ -0,0 +1,6 @@ +=== shadow link +:term-name: shadow link +:hover-text: A persistent connection between two Redpanda clusters that continuously replicates topic data, metadata, consumer offsets, ACLs, and Schema Registry content from a source cluster to a shadow cluster for disaster recovery. +:category: Redpanda features + +For more information, see xref:manage:disaster-recovery/shadowing/overview.adoc[Shadowing Overview].