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-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 7d2e2884dc2 [create-pull-request] automated change
7d2e2884dc2 is described below
commit 7d2e2884dc2303782241dc11bb8f6e7bc73bf110
Author: oscerd <[email protected]>
AuthorDate: Tue Dec 20 01:02:30 2022 +0000
[create-pull-request] automated change
---
.../resources/org/apache/camel/springboot/catalog/components/kudu.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kudu.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kudu.json
index e52ebc9dde8..2948a0f5f0d 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kudu.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/kudu.json
@@ -33,7 +33,7 @@
"host": { "kind": "path", "displayName": "Host", "group": "common",
"label": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Host of the server to connect to" },
"port": { "kind": "path", "displayName": "Port", "group": "common",
"label": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Port of the server to connect to" },
"tableName": { "kind": "path", "displayName": "Table Name", "group":
"common", "label": "common", "required": false, "type": "string", "javaType":
"java.lang.String", "deprecated": false, "autowired": false, "secret": false,
"description": "Table to connect to" },
- "operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.kudu.KuduOperations", "enum": [ "INSERT",
"CREATE_TABLE", "SCAN" ], "deprecated": false, "autowired": false, "secret":
false, "description": "Operation to perform" },
+ "operation": { "kind": "parameter", "displayName": "Operation", "group":
"producer", "label": "", "required": false, "type": "object", "javaType":
"org.apache.camel.component.kudu.KuduOperations", "enum": [ "INSERT", "DELETE",
"UPDATE", "UPSERT", "CREATE_TABLE", "SCAN" ], "deprecated": false, "autowired":
false, "secret": false, "description": "Operation to perform" },
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer (advanced)", "label": "producer,advanced",
"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 other [...]
}
}