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/event-hubs-kafka-connect-tutorial.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.date: 11/03/2022
9
9
[Apache Kafka Connect](https://kafka.apache.org/documentation/#connect) is a framework to connect and import/export data from/to any external system such as MySQL, HDFS, and file system through a Kafka cluster. This tutorial walks you through using Kafka Connect framework with Event Hubs.
10
10
11
11
> [!NOTE]
12
-
> This feature is currently in Preview.
12
+
> 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.
13
13
14
14
> [!WARNING]
15
15
> Use of the Apache Kafka Connect framework and its connectors is **not eligible for product support through Microsoft Azure**.
@@ -129,7 +129,7 @@ This section walks you through spinning up FileStreamSource and FileStreamSink c
@@ -155,7 +155,7 @@ This section walks you through spinning up FileStreamSource and FileStreamSink c
155
155
```
156
156
157
157
### Cleanup
158
-
Kafka Connect creates Event Hub topics to store configurations, offsets, and status that persist even after the Connect cluster has been taken down. Unless this persistence is desired, it is recommended that these topics are deleted. You may also want to delete the `connect-quickstart` Event Hub that were created during the course of this walkthrough.
158
+
Kafka Connect creates Event Hubs topics to store configurations, offsets, and status that persist even after the Connect cluster has been taken down. Unless this persistence is desired, it is recommended that these topics are deleted. You may also want to delete the `connect-quickstart` Event Hubs that were created during the course of this walkthrough.
Copy file name to clipboardExpand all lines: articles/event-hubs/schema-registry-dotnet-send-receive-quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ author: kasun04
8
8
ms.author: kindrasiri
9
9
---
10
10
11
-
# Validate schema when streaming events using Event Hubs .NET SDKs (AMQP)
11
+
# Validate using an Avro schema when streaming events using Event Hubs .NET SDKs (AMQP)
12
12
In this quickstart, you learn how to send events to and receive events from an event hub with schema validation using the **Azure.Messaging.EventHubs** .NET library.
Copy file name to clipboardExpand all lines: articles/event-hubs/schema-registry-json-schema-kafka.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,16 @@ author: kasun04
8
8
ms.author: kindrasiri
9
9
---
10
10
11
-
# Use JSON Schema with Apache Kafka applications
11
+
# Use JSON Schema with Apache Kafka applications (Preview)
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
## Prerequisites
18
22
If you're new to Azure Event Hubs, see [Event Hubs overview](event-hubs-about.md) before you do this quickstart.
0 commit comments