From 914e1c5369299faa0c00acc234f356c69003c86f Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Thu, 16 Feb 2023 01:32:04 +0000 Subject: [PATCH] document all brokers support bulk pub/sub (#3179) Signed-off-by: yaron2 --- .../building-blocks/pubsub/pubsub-bulk.md | 4 ---- .../supported-pubsub/setup-apache-kafka.md | 2 ++ daprdocs/layouts/partials/components/pubsub.html | 16 ---------------- 3 files changed, 2 insertions(+), 20 deletions(-) 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 @@ - - @@ -20,20 +18,6 @@ - -
ComponentBulk PublishBulk Subscribe Status Component version Since runtime version
{{ .component }} - {{ if .features.bulkPublish }} - - {{else}} - Bulk publish not supported - {{ end }} - - {{ if .features.bulkSubscribe }} - - {{else}} - Bulk subscribe not supported - {{ end }} - {{ .state }} {{ .version }} {{ .since }}