Skip to content

Commit 5205bd7

Browse files
authored
Merge branch 'v1.14' into chore/sidecar-injector
2 parents 5a9915b + 482f2ba commit 5205bd7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -459,8 +459,8 @@ Apache Kafka supports the following bulk metadata options:
459459

460460
| Configuration | Default |
461461
|----------|---------|
462-
| `maxBulkAwaitDurationMs` | `10000` (10s) |
463-
| `maxBulkSubCount` | `80` |
462+
| `maxAwaitDurationMs` | `10000` (10s) |
463+
| `maxMessagesCount` | `80` |
464464

465465
## Per-call metadata fields
466466

@@ -540,6 +540,9 @@ app.include_router(router)
540540
```
541541

542542
{{% /codetab %}}
543+
544+
{{< /tabs >}}
545+
543546
## Receiving message headers with special characters
544547

545548
The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.

0 commit comments

Comments
 (0)