Skip to content

Commit 299dff1

Browse files
Feediver1JakeSCahill
authored andcommitted
DOC-1265 Make _schema topic modification unsupported (#1142)
1 parent fe614eb commit 299dff1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

modules/manage/pages/schema-reg/schema-reg-overview.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,14 @@ The Schema Registry is built directly into the Redpanda binary. It runs out of t
2727

2828
Every broker allows mutating REST calls, so there's no need to configure leadership or failover strategies. Schemas are stored in a compacted topic, and the registry uses optimistic concurrency control at the topic level to detect and avoid collisions.
2929

30-
The Schema Registry publishes record metadata to an internal topic, `_schemas`, as its backend store. By default, `_schemas` is protected from deletion and configuration changes by Kafka clients.
30+
[IMPORTANT]
31+
====
32+
The Schema Registry publishes an internal topic, `_schemas`, as its backend store. This internal topic is reserved strictly for schema metadata and support purposes. *Do not directly edit or manipulate the `_schemas` topic unless directed to do so by Redpanda Support.*
3133
ifndef::env-cloud[]
3234
See the xref:reference:cluster-properties.adoc#kafka_nodelete_topics[kafka_nodelete_topics] cluster property.
3335
3436
endif::[]
37+
====
3538

3639
Redpanda Schema Registry uses the default port 8081.
3740

0 commit comments

Comments
 (0)