Skip to content

Commit 94620dd

Browse files
Merge pull request #247620 from kasun04/main
Update EH quickstarts with Schema Registry information
2 parents cc18c6f + c9d6558 commit 94620dd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

articles/event-hubs/event-hubs-dotnet-standard-getstarted-send.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,13 @@ Replace the contents of **Program.cs** with the following code:
392392
393393
:::image type="content" source="./media/getstarted-dotnet-standard-send-v2/verify-messages-portal-2.png" alt-text="Image of the Azure portal page to verify that the event hub sent events to the receiving app" lightbox="./media/getstarted-dotnet-standard-send-v2/verify-messages-portal-2.png":::
394394
395+
## Schema validation for Event Hubs SDK based applications
396+
397+
You can use Azure Schema Registry to perform schema validation when you stream data with your Event Hubs SDK-based applications.
398+
Azure Schema Registry of Event Hubs provides a centralized repository for managing schemas and you can seamlessly connect your new or existing applications with Schema Registry.
399+
400+
To learn more, see [Validate schemas with Event Hubs SDK](schema-registry-dotnet-send-receive-quickstart.md).
401+
395402
## Clean up resources
396403
Delete the resource group that has the Event Hubs namespace or delete only the namespace if you want to keep the resource group.
397404

articles/event-hubs/event-hubs-quickstart-kafka-enabled-event-hubs.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,13 @@ If your Event Hubs Kafka cluster has events, you'll now start receiving them fro
143143

144144
---
145145

146+
## Schema validation for Kafka with Schema Registry
147+
148+
You can use Azure Schema Registry to perform schema validation when you stream data with your Kafka applications using Event Hubs.
149+
Azure Schema Registry of Event Hubs provides a centralized repository for managing schemas and you can seamlessly connect your new or existing Kafka applications with Schema Registry.
150+
151+
To learn more, see [Validate schemas for Apache Kafka applications using Avro](schema-registry-kafka-java-send-receive-quickstart.md).
152+
146153
## Next steps
147154

148155
In this article, you learned how to stream into Event Hubs without changing your protocol clients or running your own clusters. To learn more, see [Apache Kafka developer guide for Azure Event Hubs](apache-kafka-developer-guide.md).

0 commit comments

Comments
 (0)