Skip to content

Commit

Permalink
Add pub/sub image
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
  • Loading branch information
marcduiker committed Aug 22, 2023
1 parent 25c77ee commit 726eee4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ This repository contains three Node.js applications:
- `/src/subscriber1` - subscribes to the `orders` topic and logs the received messages.
- `/src/subscriber2` - subscribes to the `orders` topic and logs the received messages.

All three Dapr applications use a pubsub component named `orderpubsub` which uses a local Redis instance, see the [pubsub.yaml](./resources/pubsub.yaml) component file.
![Dap publish/subscribe](./media/dapr-pubsub.png)

All three Dapr applications use a pubsub component named `orderpubsub` which uses a local Redis container as the message broker. See the [pubsub.yaml](./resources/pubsub.yaml) component file for the details.

## Prerequisites

Expand Down
Binary file added media/dapr-pubsub.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 726eee4

Please sign in to comment.