From a6aa7151c44257622f93da704be1de3d86025755 Mon Sep 17 00:00:00 2001 From: Arya Gupta Date: Thu, 12 Oct 2023 23:43:59 +0530 Subject: [PATCH] docs: improved introduction to message validation guide (#2225) Co-authored-by: Alejandra Quetzalli --- pages/docs/guides/message-validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/guides/message-validation.md b/pages/docs/guides/message-validation.md index c8eca99dc97..01da64066c0 100644 --- a/pages/docs/guides/message-validation.md +++ b/pages/docs/guides/message-validation.md @@ -5,10 +5,10 @@ weight: 130 --- ## Introduction -This guide explains different concepts of validating AsyncAPI messages. You will also learn what role AsyncAPI documents play in validation. +This guide explains different concepts of validating messages in event-driven communication. You will also learn what role AsyncAPI documents play in validation. ## Message validation -To understand AsyncAPI message validation, we must first understand the basic components involved. +To understand message validation in event-driven communication, we must first understand the basic components involved. - Producer: responsible for producing messages. - Consumer: responsible for getting the producer's messages. - Broker: acts as a bridge between the consumer and the producer because messages travel through the broker.