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.