Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
This commit is contained in:
Shubham Sharma 2023-01-12 11:08:59 +05:30
parent fbc95effd0
commit ebf64d4a35
1 changed files with 8 additions and 0 deletions

View File

@ -105,6 +105,14 @@ spec:
value: "myeventhubstoragecontainer"
```
## Sending multiple messages
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 >}})
| Metadata | Default |
|----------|---------|
| `metadata.maxBulkPubBytes` | `1000000` |
## Create an Azure Event Hub
Follow the instructions [here](https://docs.microsoft.com/azure/event-hubs/event-hubs-create) on setting up Azure Event Hubs.