You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: examples/pubsub/README.md
+4
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ background: true
23
23
sleep: 15
24
24
-->
25
25
26
+
#### Note: sub/sub.go contains both AddTopicEventHandler (used for subscribe of messages) and AddBulkTopicEventHandler (used for bulksubscribe of messages)
27
+
26
28
```bash
27
29
dapr run --app-id sub \
28
30
--app-protocol http \
@@ -44,10 +46,12 @@ expected_stdout_lines:
44
46
background: true
45
47
sleep: 15
46
48
-->
49
+
#### Note: pub/pub.go contains both PublishEvents (used for publish of messages) and PublishEvent (used for bulkPublish of messages)
0 commit comments