Skip to content

Commit 6c94c85

Browse files
Merge pull request #275808 from spelluru/patch-75
Preview -> GA
2 parents 16e58ad + db63883 commit 6c94c85

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/event-hubs/schema-registry-json-schema-kafka.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ author: spelluru
88
ms.author: spelluru
99
---
1010

11-
# Use JSON Schema with Apache Kafka applications (Preview)
11+
# Use JSON Schema with Apache Kafka applications
1212
This tutorial walks you through a scenario where you use JSON Schemas to serialize and deserialize event using Azure Schema Registry in Event Hubs.
1313

1414
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.
1515
:::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":::
1616

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-
2017

2118
## Prerequisites
2219
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
8481
1. On the **Event Hubs Namespace** page, select **Access control (IAM)** on the left menu.
8582
2. On the **Access control (IAM)** page, select **+ Add** -> **Add role assignment** on the menu.
8683
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.
8885
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**.
8986
6. On the **Review + assign** page, select **Review + assign**.
9087

0 commit comments

Comments
 (0)