We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5a9915b + 482f2ba commit 5205bd7Copy full SHA for 5205bd7
daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md
@@ -459,8 +459,8 @@ Apache Kafka supports the following bulk metadata options:
459
460
| Configuration | Default |
461
|----------|---------|
462
-| `maxBulkAwaitDurationMs` | `10000` (10s) |
463
-| `maxBulkSubCount` | `80` |
+| `maxAwaitDurationMs` | `10000` (10s) |
+| `maxMessagesCount` | `80` |
464
465
## Per-call metadata fields
466
@@ -540,6 +540,9 @@ app.include_router(router)
540
```
541
542
{{% /codetab %}}
543
+
544
+{{< /tabs >}}
545
546
## Receiving message headers with special characters
547
548
The consumer application may be required to receive message headers that include special characters, which may cause HTTP protocol validation errors.
0 commit comments