Skip to content

Commit 64fef63

Browse files
committed
adding details on protobuf
1 parent 2d81985 commit 64fef63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ ms.author: spelluru
1111

1212
Schema Registry in Azure Event Hubs fulfills multiple roles in schema-driven event streaming scenarios -
1313
* Provides a repository where multiple schemas can be registered, managed, and evolved.
14+
* Managed schema evolution with multiple compatibility rules.
1415
* Performs data validation for all schematized data.
1516
* Provides client-side libraries (serializers and deserializers) for producers and consumers.
17+
* Improves network throughput efficiency by passing schema ID instead of the schema definition for every payload.
1618

1719
> [!NOTE]
1820
> Schema Registry is supported on Standard, Premium and Dedicated tiers.
@@ -53,8 +55,7 @@ To learn more about using JSON schema format with Event Hubs Schema Registry, se
5355

5456
##### Protobuf
5557

56-
TODO
57-
58+
[Protocol Buffers](https://protobuf.dev/) is a language-neutral, platform-neutral, extensible mechanism for serializing structured data. It is used for efficiently defining data structures and serializing them into a compact binary format.
5859

5960
### Schema groups
6061

0 commit comments

Comments
 (0)