Skip to content

Commit ae45ebc

Browse files
authored
Merge branch 'MicrosoftDocs:main' into 20230713-release-note-update
2 parents b212186 + 33adb0f commit ae45ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/schema-registry-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 05/04/2022
66
ms.custom: references_regions, ignite-fall-2021
77
---
88

9-
# Azure Schema Registry in Azure Event Hubs
9+
# Use Azure Schema Registry in Event Hubs from Apache Kafka and other apps
1010
In many event streaming and messaging scenarios, the event or message payload contains structured data. Schema-driven formats such as [Apache Avro](https://avro.apache.org/) are often used to serialize or deserialize such structured data.
1111

1212
An event producer uses a schema to serialize event payload and publish it to an event broker such as Event Hubs. Event consumers read event payload from the broker and deserialize it using the same schema. So, both producers and consumers can validate the integrity of the data with the same schema.
@@ -18,7 +18,7 @@ An event producer uses a schema to serialize event payload and publish it to an
1818

1919
:::image type="content" source="./media/schema-registry-overview/schema-registry.svg" alt-text="Schema Registry" border="false":::
2020

21-
With schema-driven serialization frameworks like Apache Avro, moving serialization metadata into shared schemas can also help with **reducing the per-message overhead**. That's because each message won't need to have the metadata (type information and field names) as it's the case with tagged formats such as JSON.
21+
With schema-driven serialization frameworks like Apache Avro, moving serialization metadata into shared schemas can also help with **reducing the per-message overhead**. It's because each message doesn't need to have the metadata (type information and field names) as it's the case with tagged formats such as JSON.
2222

2323
> [!NOTE]
2424
> The feature isn't available in the **basic** tier.

0 commit comments

Comments
 (0)