Merge pull request #3055 from shubham1172/shubham1172/add-bulk-docs-az-eh

Azure Event Hubs bulk publish documentation
This commit is contained in:
Hannah Hunter 2023-01-17 14:04:18 -06:00 committed by GitHub
commit 072ee76aaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.