This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit d3990abec2d2a3fd173ed107c2fe0fcb66c87e9f Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Sep 8 14:25:21 2021 +0200 Google Pubsub Source Kamelets Added Concurrent Consumers number parameter --- docs/modules/ROOT/pages/google-pubsub-source.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/ROOT/pages/google-pubsub-source.adoc b/docs/modules/ROOT/pages/google-pubsub-source.adoc index e6d25e1..9858be7 100644 --- a/docs/modules/ROOT/pages/google-pubsub-source.adoc +++ b/docs/modules/ROOT/pages/google-pubsub-source.adoc @@ -18,6 +18,7 @@ The following table summarizes the configuration options available for the `goog | *projectId {empty}* *| Project Id| The Google Cloud PubSub Project Id| string| | | *serviceAccountKey {empty}* *| Service Account Key| The Service account key that can be used as credentials for the PubSub publisher/subscriber| binary| | | *subscriptionName {empty}* *| Subscription Name| The Subscription Name| string| | +| concurrentConsumers| Concurrent Consumers| The number of parallel streams consuming from the subscription| integer| `1`| | maxMessagesPerPoll| Max Messages Per Poll| The max number of messages to receive from the server in a single API call| integer| `1`| | synchronousPull| Synchronous Pull| If Synchronously pull batches of messages is enabled or not| boolean| `false`| |===