diff --git a/pages/docs/tutorials/kafka/managing-schemas-using-schema-registry.md b/pages/docs/tutorials/kafka/managing-schemas-using-schema-registry.md index d35b7de4f880..0d04d80edeb7 100644 --- a/pages/docs/tutorials/kafka/managing-schemas-using-schema-registry.md +++ b/pages/docs/tutorials/kafka/managing-schemas-using-schema-registry.md @@ -5,6 +5,7 @@ weight: 30 --- ## Introduction +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