mirror of https://github.com/dapr/docs.git
Merge branch 'v1.14' into chore/sidecar-injector
This commit is contained in:
commit
5205bd7c7a
|
@ -459,8 +459,8 @@ Apache Kafka supports the following bulk metadata options:
|
|||
|
||||
| Configuration | Default |
|
||||
|----------|---------|
|
||||
| `maxBulkAwaitDurationMs` | `10000` (10s) |
|
||||
| `maxBulkSubCount` | `80` |
|
||||
| `maxAwaitDurationMs` | `10000` (10s) |
|
||||
| `maxMessagesCount` | `80` |
|
||||
|
||||
## Per-call metadata fields
|
||||
|
||||
|
@ -540,6 +540,9 @@ app.include_router(router)
|
|||
```
|
||||
|
||||
{{% /codetab %}}
|
||||
|
||||
{{< /tabs >}}
|
||||
|
||||
## Receiving message headers with special characters
|
||||
|
||||
The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.
|
||||
|
|
Loading…
Reference in New Issue