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].