You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/schema-registry-json-schema-kafka.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,15 +8,12 @@ author: spelluru
8
8
ms.author: spelluru
9
9
---
10
10
11
-
# Use JSON Schema with Apache Kafka applications (Preview)
11
+
# Use JSON Schema with Apache Kafka applications
12
12
This tutorial walks you through a scenario where you use JSON Schemas to serialize and deserialize event using Azure Schema Registry in Event Hubs.
13
13
14
14
In this use case a Kafka producer application uses JSON schema stored in Azure Schema Registry to, serialize the event and publish them to a Kafka topic/event hub in Azure Event Hubs. The Kafka consumer deserializes the events that it consumes from Event Hubs. For that it uses schema ID of the event and JSON schema, which is stored in Azure Schema Registry.
15
15
:::image type="content" source="./media/schema-registry-overview/kafka-json-schema.png" alt-text="Diagram showing the schema serialization/de-serialization for Kafka applications using JSON schema." border="false":::
16
16
17
-
> [!NOTE]
18
-
> This feature is currently in preview. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for additional legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
19
-
20
17
21
18
## Prerequisites
22
19
If you're new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.
@@ -84,7 +81,7 @@ Add your user account to the **Schema Registry Reader** role at the namespace le
84
81
1. On the **Event Hubs Namespace** page, select **Access control (IAM)** on the left menu.
85
82
2. On the **Access control (IAM)** page, select **+ Add** -> **Add role assignment** on the menu.
86
83
3. On the **Assignment type** page, select **Next**.
87
-
4. On the **Roles** page, select **Schema Registry Reader (Preview)**, and then select **Next** at the bottom of the page.
84
+
4. On the **Roles** page, select **Schema Registry Reader**, and then select **Next** at the bottom of the page.
88
85
5. Use the **+ Select members** link to add the `example-app` application that you created in the previous step to the role, and then select **Next**.
89
86
6. On the **Review + assign** page, select **Review + assign**.
0 commit comments