Skip to content

Commit

Permalink
docs: improved introduction to message validation guide (asyncapi#2225)
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandra Quetzalli <[email protected]>
  • Loading branch information
Arya-Gupta and quetzalliwrites authored Oct 12, 2023
1 parent ef83371 commit a6aa715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/docs/guides/message-validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6aa715

Please sign in to comment.