Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
Signed-off-by: sadath-12 <[email protected]>
  • Loading branch information
sadath-12 committed Dec 23, 2023
1 parent fb4138a commit 0b41a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ background: true
sleep: 15
-->

#### Note: sub/sub.go contains both AddTopicEventHandler (used for subscribe of messages) and AddBulkTopicEventHandler (used for bulksubscribe of messages)

```bash
dapr run --app-id sub \
--app-protocol http \
Expand All @@ -44,10 +46,12 @@ expected_stdout_lines:
background: true
sleep: 15
-->
#### Note: pub/pub.go contains both PublishEvents (used for publish of messages) and PublishEvent (used for bulkPublish of messages)

```bash
export DAPR_PUBSUB_NAME=messages


dapr run --app-id pub \
--log-level debug \
--resources-path ./config \
Expand Down

0 comments on commit 0b41a28

Please sign in to comment.