Merge branch 'v1.14' into chore/sidecar-injector

This commit is contained in:
Mark Fussell 2025-02-25 09:23:07 -08:00 committed by GitHub
commit 5205bd7c7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 2 deletions

View File

@ -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.