Skip to content

Commit 29a1677

Browse files
micheleRPclaude
andauthored
DOC-1810: Add Schema Registry metadata properties to What's New (#583)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent ef877f5 commit 29a1677

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

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

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

88+
=== Schema Registry metadata properties
89+
90+
xref:manage:schema-reg/schema-reg-overview.adoc#metadata-properties[Schema Registry metadata properties] let you store and retrieve arbitrary key-value pairs alongside schemas. Properties such as `owner`, `team`, or `application.version` travel with the schema through its lifecycle, making it easier to track ownership and lineage without modifying the schema itself. You can set metadata when registering a schema using the `POST /subjects/{subject}/versions` endpoint or with the `--metadata-properties` flag in `rpk registry schema create`. Metadata is returned in API responses and viewable with `rpk registry schema get --print-metadata` or in Redpanda Cloud Console.
91+
8892
=== Schema Registry Contexts
8993

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

0 commit comments

Comments
 (0)