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-concepts.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ A schema definition includes:
37
37
* Data types: The type of data that can be stored, like string, date-time, or array.
38
38
* Structure: How the fields are organized, like nested structures or arrays.
39
39
40
-
Schemas define the contract between producers and consumers. A schema defined in an Event Hubs Schema Registry helps manage the contract outside event data, which removes the payload overhead.
40
+
Schemas define the contract between producers and consumers. A schema defined in an Event Hubs schema registry helps manage the contract outside event data, which removes the payload overhead.
41
41
42
42
#### Schema formats
43
43
@@ -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,9 @@ 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
-
* See the following **schema registry Avro client library** samples.
0 commit comments