This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 0c0f3667e88 Regen
0c0f3667e88 is described below
commit 0c0f3667e8869929e2bb6b0e1ce9d6308915fc1d
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri Mar 29 13:40:04 2024 +0100
Regen
---
.../org/apache/camel/catalog/components/google-pubsub-lite.json | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
index 7d3de375d7d..ac0990d5f57 100644
---
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
+++
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/google-pubsub-lite.json
@@ -24,8 +24,8 @@
},
"componentProperties": {
"bridgeErrorHandler": { "index": 0, "kind": "property", "displayName":
"Bridge Error Handler", "group": "consumer", "label": "consumer", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Allows for bridging the consumer to the Camel routing Error Handler, which
mean any exceptions (if possible) occurred while the Camel consumer is trying
to pickup incoming messages, or the like [...]
- "consumerMessagesOutstanding": { "index": 1, "kind": "property",
"displayName": "Consumer Messages Outstanding", "group": "consumer", "label":
"consumer", "required": false, "type": "integer", "javaType": "long",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 1000,
"description": "The number of messages that may be outstanding to the client.
Must be 0." },
- "consumerBytesOutstanding": { "index": 2, "kind": "property",
"displayName": "Consumer Bytes Outstanding", "group": "consumer (advanced)",
"label": "consumer,advanced", "required": false, "type": "integer", "javaType":
"long", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 10485760, "description": "How many milliseconds should each
producer stay alive in the cache. Must be greater than the allowed size of the
largest message (1 MiB)." },
+ "consumerBytesOutstanding": { "index": 1, "kind": "property",
"displayName": "Consumer Bytes Outstanding", "group": "consumer (advanced)",
"label": "consumer,advanced", "required": false, "type": "integer", "javaType":
"long", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 10485760, "description": "The number of quota bytes that may be
outstanding to the client. Must be greater than the allowed size of the largest
message (1 MiB)." },
+ "consumerMessagesOutstanding": { "index": 2, "kind": "property",
"displayName": "Consumer Messages Outstanding", "group": "consumer (advanced)",
"label": "consumer,advanced", "required": false, "type": "integer", "javaType":
"long", "deprecated": false, "autowired": false, "secret": false,
"defaultValue": 1000, "description": "The number of messages that may be
outstanding to the client. Must be 0." },
"lazyStartProducer": { "index": 3, "kind": "property", "displayName":
"Lazy Start Producer", "group": "producer", "label": "producer", "required":
false, "type": "boolean", "javaType": "boolean", "deprecated": false,
"autowired": false, "secret": false, "defaultValue": false, "description":
"Whether the producer should be started lazy (on the first message). By
starting lazy you can use this to allow CamelContext and routes to startup in
situations where a producer may otherwise fail [...]
"publisherCacheSize": { "index": 4, "kind": "property", "displayName":
"Publisher Cache Size", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "integer", "javaType": "int",
"deprecated": false, "autowired": false, "secret": false, "defaultValue": 100,
"description": "Maximum number of producers to cache. This could be increased
if you have producers for lots of different topics." },
"publisherCacheTimeout": { "index": 5, "kind": "property", "displayName":
"Publisher Cache Timeout", "group": "producer (advanced)", "label":
"producer,advanced", "required": false, "type": "integer", "javaType": "int",
"deprecated": false, "autowired": false, "secret": false, "defaultValue":
180000, "description": "How many milliseconds should each producer stay alive
in the cache." },