diff --git a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md index b309a5053..396541573 100644 --- a/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md +++ b/daprdocs/content/en/developing-applications/building-blocks/pubsub/pubsub-bulk.md @@ -419,10 +419,6 @@ Watch [this video for an demo on bulk pub/sub](https://youtu.be/BxiKpEmchgQ?t=11 -## Supported components - -Refer to the [component reference]({{< ref supported-pubsub >}}) to see which components support bulk publish and subscribe operations. - ## Related links - List of [supported pub/sub components]({{< ref supported-pubsub >}}) diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md index b29ea56e6..96c27bccd 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-apache-kafka.md @@ -304,6 +304,8 @@ Apache Kafka component supports sending and receiving multiple messages in a sin When subscribing to a topic, you can configure `bulkSubscribe` options. Refer to [Subscribing messages in bulk]({{< ref "pubsub-bulk#subscribing-messages-in-bulk" >}}) for more details. Learn more about [the bulk subscribe API]({{< ref pubsub-bulk.md >}}). +Apache Kafka supports the following bulk metadata options: + | Configuration | Default | |----------|---------| | `maxBulkAwaitDurationMs` | `10000` (10s) | diff --git a/daprdocs/layouts/partials/components/pubsub.html b/daprdocs/layouts/partials/components/pubsub.html index 7f4b97a1b..01c80e7ce 100644 --- a/daprdocs/layouts/partials/components/pubsub.html +++ b/daprdocs/layouts/partials/components/pubsub.html @@ -10,8 +10,6 @@
| Component- | Bulk Publish- | Bulk Subscribe | Status | Component version | Since runtime version@@ -20,20 +18,6 @@ | 
|---|---|---|---|---|---|
| {{ .component }}- | -            {{ if .features.bulkPublish }}
-                ✅
-            {{else}}
- - -            {{ end }}
- | -            {{ if .features.bulkSubscribe }}
-                ✅
-            {{else}}
-  -            {{ end }}
- | {{ .state }} | {{ .version }} | {{ .since }} |