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-client-side-enforcement.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
@@ -11,7 +11,7 @@ ms.author: spelluru
11
11
12
12
Client-side schema enforcement ensures that data is validated against schemas defined in the schema registry on the client side rather than the broker/server side. The producer application can use schemas to validate and serialize data before sending the data to an event hub. Similarly, a consumer application can deserialize and validate data after it receives events from an event hub.
13
13
14
-
Client-side schema enforcement ensures that data is validated on the client side. The producer application sends the data and the consumer application receives it. That data is validated against schemas defined in the schema registry on the client side rather than the broker/server side.
14
+
Client-side schema enforcement ensures that data is validated on the client side. The producer application sends the data, and the consumer application receives it. That data is validated against schemas defined in the schema registry on the client side rather than the broker/server side.
Copy file name to clipboardExpand all lines: articles/event-hubs/schema-registry-concepts.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Schema formats are used to determine the manner in which a schema is structured
50
50
To learn more about using Avro schema format with an Event Hubs schema registry, see:
51
51
52
52
*[How to use Schema Registry with Kafka and Avro](schema-registry-kafka-java-send-receive-quickstart.md)
53
-
*[How to use Schema Registry with Event Hubs, .NET, an SDK (Advanced Message Queuing Protocol or AMQP), and Avro.](schema-registry-dotnet-send-receive-quickstart.md)
53
+
*[How to use Schema Registry with Event Hubs, .NET, an SDK (AMQP), and Avro](schema-registry-dotnet-send-receive-quickstart.md)
54
54
55
55
##### JSON schema
56
56
@@ -133,9 +133,18 @@ To learn how to create and register an application by using the Azure portal, se
133
133
## Related content
134
134
135
135
* To learn how to create a schema registry by using the Azure portal, see [Create an Event Hubs schema registry by using the Azure portal](create-schema-registry.md).
136
+
<<<<<<< HEAD
136
137
* See the following **schema registry Avro client library** samples.
0 commit comments