Skip to content

Commit

Permalink
added background context
Browse files Browse the repository at this point in the history
  • Loading branch information
Arya-Gupta committed Nov 18, 2023
1 parent 05dab41 commit a9d783d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 50
This tutorial will teach you how to manage schemas with Schema Registry. This will enable us to ensure a consistent exchange of data across distributed systems, thus minimizing any errors.

## Background context
To handle the evolving complexity of modern Event-Driven Architecture, the need for schema management has become increasingly prevalent. Data validation helps in maintaining data consistency and compatibility. Schema Registry can be used to validate data being exchanged by producers and consumers.
To handle the evolving complexity of modern Event-Driven Architecture, the need for schema management has become increasingly prevalent. Data validation is a technique that helps in maintaining data consistency and compatibility. Schema Registry can be used to validate data being exchanged by producers and consumers.

In this tutorial, we’ve used the Apicurio Registry, which is a popular Schema Registry implementation, in combination with Avro which is a language-neutral data serialization system.

Expand Down

0 comments on commit a9d783d

Please sign in to comment.