mirror of https://github.com/dapr/docs.git
Note about ordering
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
This commit is contained in:
parent
b53f417dbd
commit
51e8797170
|
|
@ -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)" >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue