Skip to content

Commit 9813d1e

Browse files
author
Jill Grant
authored
Apply suggestions from code review
1 parent e9754c1 commit 9813d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/event-hubs/schema-registry-concepts.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ The security boundary imposed by the grouping mechanism help ensures that trade
2424
### Schemas
2525
Schemas define the contract between producers and consumers. A schema defined in an Event Hubs schema registry helps manage the contract outside of event data, thus removing the payload overhead. A schema has a name, type (example: record, array, and so on.), compatibility mode (none, forward, backward, full), and serialization type (only Avro for now). You can create multiple versions of a schema and retrieve and use a specific version of a schema.
2626

27-
### Schema Formats
27+
### Schema formats
2828
Schema formats are used to determine the manner in which a schema is structured and defined, with each format outlining specific guidelines and syntax for defining the structure of the events that will be used for event streaming.
2929

30-
#### Avro Schema
30+
#### Avro schema
3131
[Avro](https://avro.apache.org/) is a popular data serialization system that uses a compact binary format and provides schema evolution capabilities.
3232

3333
To learn more about using Avro schema format with Event Hubs Schema Registry, see:

0 commit comments

Comments
 (0)