Skip to content

Commit f8b6619

Browse files
committed
Additional edits per SME review
1 parent e9c6743 commit f8b6619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ endif::[]
3535

3636
Redpanda Schema Registry uses the default port 8081.
3737

38-
== Serialization and deserialization
38+
== Wire format
3939

4040
With Schema Registry, producers and consumers can use a specific message format, called the wire format. The wire format facilitates a seamless transfer of data by ensuring that clients easily access the correct schema in the Schema Registry for a message.
4141

@@ -64,7 +64,7 @@ In the deserialization process, the consumer fetches messages from the broker an
6464
The deserializer then reads the schema ID and checks whether that schema exists in its local cache. If it finds the schema, it deserializes the message according to that schema. Otherwise, the deserializer retrieves the schema from the Schema Registry using the schema ID, then the deserializer proceeds with deserialization.
6565

6666
ifndef::env-cloud[]
67-
See also: xref:manage:schema-reg/schema-id-validation.adoc[]
67+
You can also configure brokers to validate that producers use the wire format and the schema exists (but brokers do not validate the full payload). See xref:manage:schema-reg/schema-id-validation.adoc[] for more information.
6868
endif::[]
6969

7070
== Schema examples

0 commit comments

Comments
 (0)