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 c0f04c7 commit 05dab41
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ 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.

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.

## Prerequisites

Expand Down

0 comments on commit 05dab41

Please sign in to comment.