diff --git a/pages/docs/concepts/channel.md b/pages/docs/concepts/channel.md index 96fefe067f71..80fc0084901c 100644 --- a/pages/docs/concepts/channel.md +++ b/pages/docs/concepts/channel.md @@ -20,3 +20,19 @@ graph LR C --> F[Consumer] ``` The diagram above shows the communication between a `producer` and `consumer`, with the producer sending a `message` through the `channel`. The channel then queues the message to the specific consumer. + + + \ No newline at end of file diff --git a/pages/docs/concepts/consumer.md b/pages/docs/concepts/consumer.md index 34d691388fac..466bf7d2b6e1 100644 --- a/pages/docs/concepts/consumer.md +++ b/pages/docs/concepts/consumer.md @@ -25,8 +25,25 @@ flowchart LR f end ``` -The above diagram depicts a sample flow of events from `producer` to `broker` to `consumer`. In this instance, the `producer` publishes two events _(A and B)_ and sends them to the `broker`. Then each `consumer` subscribes to receive those events. +The above diagram depicts a sample flow of events from `producer` to `broker` to `consumer`. In this instance, the `producer` publishes two events _(A and B)_ and sends them to the `broker`. Then each `consumer` subscribes to receive those events. Subscribers can also be producers. +--- + + + \ No newline at end of file diff --git a/pages/docs/concepts/producer.md b/pages/docs/concepts/producer.md index a2b129f987ca..82360f2cc953 100644 --- a/pages/docs/concepts/producer.md +++ b/pages/docs/concepts/producer.md @@ -43,9 +43,9 @@ In the diagram above, we see a producer publishing messages to a specific channe title: 'Server', }, { - href:'/docs/tutorials', + href:'/docs/concepts/consumer', type: 'next', - title: 'Tutorials - Overview', + title: 'Consumer', } ]} /> \ No newline at end of file diff --git a/pages/docs/tutorials/index.md b/pages/docs/tutorials/index.md index 7c2accacab84..0a8a714bd92d 100644 --- a/pages/docs/tutorials/index.md +++ b/pages/docs/tutorials/index.md @@ -30,9 +30,9 @@ Tag me in your AsyncAPI Doc PRs or [GitHub Discussions](https://github.com/async