Skip to content

Commit d43285b

Browse files
committed
Events Hubs freshness review
1 parent b62045b commit d43285b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/event-hubs/event-hubs-quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quotas and limits - Azure Event Hubs | Microsoft Docs
33
description: This article provides limits and quotas for Azure Event Hubs. For example, number of namespaces per subscription, number of event hubs per namespace.
44
ms.topic: article
5-
ms.date: 06/17/2022
5+
ms.date: 07/28/2023
66
---
77

88
# Azure Event Hubs quotas and limits

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Use Azure Schema Registry from Apache Kafka and other apps
33
description: This article provides an overview of Schema Registry support by Azure Event Hubs and how it can be used from your Apache Kafka and other apps.
44
ms.topic: overview
5-
ms.date: 05/04/2022
5+
ms.date: 07/28/2023
66
ms.custom: references_regions, ignite-fall-2021
77
---
88

@@ -11,16 +11,16 @@ In many event streaming and messaging scenarios, the event or message payload co
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.
1313

14-
:::image type="content" source="./media/schema-registry-overview/schema-driven-ser-de.svg" alt-text="Schema driven serialization/de-serialization" border="false":::
14+
:::image type="content" source="./media/schema-registry-overview/schema-driven-ser-de.svg" alt-text="Image showing producers and consumers serializing and deserializing event payload using schemas from the Schema Registry. ":::
1515

1616
## What is Azure Schema Registry?
1717
**Azure Schema Registry** is a feature of Event Hubs, which provides a central repository for schemas for event-driven and messaging-centric applications. It provides the flexibility for your producer and consumer applications to **exchange data without having to manage and share the schema**. It also provides a simple governance framework for reusable schemas and defines relationship between schemas through a grouping construct (schema groups).
1818

19-
:::image type="content" source="./media/schema-registry-overview/schema-registry.svg" alt-text="Schema Registry" border="false":::
19+
:::image type="content" source="./media/schema-registry-overview/schema-registry.svg" alt-text="Image showing a producer and a consumer serializing and deserializing event payload using a schema from the Schema Registry." border="false":::
2020

2121
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

23-
> [!NOTE]
23+
> [!NOTE]
2424
> The feature isn't available in the **basic** tier.
2525
2626
Having schemas stored alongside the events and inside the eventing infrastructure ensures that the metadata that's required for serialization or deserialization is always in reach and schemas can't be misplaced.

0 commit comments

Comments
 (0)