Skip to content

Commit 0b41a28

Browse files
committed
updated readme.md
Signed-off-by: sadath-12 <[email protected]>
1 parent fb4138a commit 0b41a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/pubsub/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ background: true
2323
sleep: 15
2424
-->
2525

26+
#### Note: sub/sub.go contains both AddTopicEventHandler (used for subscribe of messages) and AddBulkTopicEventHandler (used for bulksubscribe of messages)
27+
2628
```bash
2729
dapr run --app-id sub \
2830
--app-protocol http \
@@ -44,10 +46,12 @@ expected_stdout_lines:
4446
background: true
4547
sleep: 15
4648
-->
49+
#### Note: pub/pub.go contains both PublishEvents (used for publish of messages) and PublishEvent (used for bulkPublish of messages)
4750

4851
```bash
4952
export DAPR_PUBSUB_NAME=messages
5053

54+
5155
dapr run --app-id pub \
5256
--log-level debug \
5357
--resources-path ./config \

0 commit comments

Comments
 (0)