Google Pubsub Source Kamelets Added Concurrent Consumers number parameter
diff --git a/google-pubsub-source.kamelet.yaml b/google-pubsub-source.kamelet.yaml
index 97e74c9..2dc150f 100644
--- a/google-pubsub-source.kamelet.yaml
+++ b/google-pubsub-source.kamelet.yaml
@@ -47,6 +47,11 @@
         description: The max number of messages to receive from the server in a single API call
         type: integer
         default: 1
+      concurrentConsumers:
+        title: Max Messages Per Poll
+        description: The max number of messages to receive from the server in a single API call
+        type: integer
+        default: 1        
   dependencies:
     - "camel:kamelet"
     - "camel:google-pubsub"
@@ -58,5 +63,6 @@
         serviceAccountKey: "base64:{{serviceAccountKey}}"
         synchronousPull: "{{synchronousPull}}"
         maxMessagesPerPoll: "{{maxMessagesPerPoll}}"
+        concurrentConsumers: "{{concurrentConsumers}}"
       steps:
       - to: kamelet:sink