From 9a8390ad5985f1209b64ff3600c691de80b54bd2 Mon Sep 17 00:00:00 2001 From: Deepanshu Agarwal Date: Thu, 9 Feb 2023 22:53:04 +0530 Subject: [PATCH] Include Demo link Signed-off-by: Deepanshu Agarwal --- .../building-blocks/pubsub/pubsub-bulk.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md index 41ce38259..9ae84e1b2 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md @@ -415,6 +415,12 @@ Some pub/sub brokers support sending and receiving multiple messages in a single For components that do not have bulk publish or subscribe support, Dapr runtime uses the regular publish and subscribe APIs to send and receive messages one by one. This is still more efficient than directly using the regular publish or subscribe APIs, because applications can still send/receive multiple messages in a single request to/from Dapr. +## Watch the demo + +Watch [this video for an demo on bulk pub/sub](https://youtu.be/BxiKpEmchgQ?t=1170): + + + ## Supported components Refer to the [component reference]({{< ref supported-pubsub >}}) to see which components support bulk publish and subscribe operations.