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 285077468..a087635e3 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 @@ -477,9 +477,15 @@ 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 +## Demos -Watch [this video for an demo on bulk pub/sub](https://youtu.be/BxiKpEmchgQ?t=1170): +Watch the following demos and presentations about bulk pub/sub. + +### [KubeCon Europe 2023 presentation](https://youtu.be/WMBAo-UNg6o) + + + +### [Dapr Community Call #77 presentation](https://youtu.be/BxiKpEmchgQ?t=1170):