Other fixes

Signed-off-by: Shubham Sharma <shubhash@microsoft.com>
This commit is contained in:
Shubham Sharma 2023-02-10 00:56:25 +05:30
parent 6567f4383e
commit 4339b21ec6
2 changed files with 1 additions and 3 deletions

View File

@ -406,8 +406,6 @@ async function start() {
{{% /codetab %}}
{{% codetab %}}
{{< /tabs >}}
## How components handle publishing and subscribing to bulk messages

View File

@ -302,7 +302,7 @@ Apache Kafka component supports sending and receiving multiple messages in a sin
### Configuring bulk subscribe
When subscribing to a topic, you can configure `bulkSubscribe` options. Refer to [Subscription methods]({{< ref subscription-methods >}}) for more details. Learn more about [the bulk subscribe API]({{< ref pubsub-bulk.md >}}).
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 >}}).
| Configuration | Default |
|----------|---------|