From 51e8797170e6e99e2b532109f92dd3f6a78a3481 Mon Sep 17 00:00:00 2001 From: Shubham Sharma Date: Wed, 18 Jan 2023 12:16:25 +0530 Subject: [PATCH] Note about ordering Signed-off-by: Shubham Sharma --- .../building-blocks/pubsub/pubsub-bulk.md | 2 ++ 1 file changed, 2 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 fd281015d..e7ebc89ef 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 @@ -24,6 +24,8 @@ Refer to the [component reference]({{< ref supported-pubsub >}}) to see which co ## Publishing messages in bulk +The bulk publish API allows you to publish multiple messages to a topic in a single request. If any of the messages fail to publish, the bulk publish operation returns a list of failed messages. Note, the bulk publish operation does not guarantee the order of messages. + ### Example {{< tabs Java Javascript "HTTP API (Bash)" "HTTP API (PowerShell)" >}}