From 0b41a28dffa700b035967b4bdd8bf52ccc488959 Mon Sep 17 00:00:00 2001 From: sadath-12 Date: Sun, 24 Dec 2023 02:10:32 +0530 Subject: [PATCH] updated readme.md Signed-off-by: sadath-12 --- examples/pubsub/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/pubsub/README.md b/examples/pubsub/README.md index d3e92315..980aa19e 100644 --- a/examples/pubsub/README.md +++ b/examples/pubsub/README.md @@ -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 \ @@ -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 \