mirror of https://github.com/dapr/docs.git
Add docs
Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
This commit is contained in:
parent
fbc95effd0
commit
ebf64d4a35
|
@ -105,6 +105,14 @@ spec:
|
||||||
value: "myeventhubstoragecontainer"
|
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
|
## 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.
|
Follow the instructions [here](https://docs.microsoft.com/azure/event-hubs/event-hubs-create) on setting up Azure Event Hubs.
|
||||||
|
|
Loading…
Reference in New Issue