Skip to content

Commit 072ee76

Browse files
authored
Merge pull request #3055 from shubham1172/shubham1172/add-bulk-docs-az-eh
Azure Event Hubs bulk publish documentation
2 parents a95ddf4 + ebf64d4 commit 072ee76

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

daprdocs/content/en/reference/components-reference/supported-pubsub/setup-azure-eventhubs.md

+8
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,14 @@ spec:
105105
value: "myeventhubstoragecontainer"
106106
```
107107

108+
## Sending multiple messages
109+
110+
Azure Event Hubs natively supports sending multiple messages in a single operation. To set the metadata for bulk operations, set the query parameters on the HTTP request or the gRPC metadata as documented [here]({{< ref pubsub_api >}})
111+
112+
| Metadata | Default |
113+
|----------|---------|
114+
| `metadata.maxBulkPubBytes` | `1000000` |
115+
108116
## Create an Azure Event Hub
109117

110118
Follow the instructions [here](https://docs.microsoft.com/azure/event-hubs/event-hubs-create) on setting up Azure Event Hubs.

0 commit comments

Comments
 (0)