Skip to content

Commit ebf64d4

Browse files
committed
Add docs
Signed-off-by: Shubham Sharma <[email protected]>
1 parent fbc95ef commit ebf64d4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: 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)