blob: c1cbd2ecc22cdb20f62e8890bb25b8c6b30948c3 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hwcloudfunctiongraph.CamelHwcloudfunctiongraphSinkConnector",
"artifactId": "camel-hwcloud-functiongraph-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hwcloud-functiongraph-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "To call serverless functions on Huawei Cloud"
},
"properties": {
"camel.sink.path.operation": {
"name": "camel.sink.path.operation",
"description": "Operation to be performed",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.endpoint": {
"name": "camel.sink.endpoint.endpoint",
"description": "FunctionGraph url. Carries higher precedence than region parameter based client initialization",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.functionName": {
"name": "camel.sink.endpoint.functionName",
"description": "Name of the function to invoke",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.functionPackage": {
"name": "camel.sink.endpoint.functionPackage",
"description": "Functions that can be logically grouped together",
"defaultValue": "\"default\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"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 during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.projectId": {
"name": "camel.sink.endpoint.projectId",
"description": "Cloud project ID",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.region": {
"name": "camel.sink.endpoint.region",
"description": "FunctionGraph service region. This is lower precedence than endpoint based configuration",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.serviceKeys": {
"name": "camel.sink.endpoint.serviceKeys",
"description": "Configuration object for cloud service authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyHost": {
"name": "camel.sink.endpoint.proxyHost",
"description": "Proxy server ip\/hostname",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPassword": {
"name": "camel.sink.endpoint.proxyPassword",
"description": "Proxy authentication password",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyPort": {
"name": "camel.sink.endpoint.proxyPort",
"description": "Proxy server port",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.proxyUser": {
"name": "camel.sink.endpoint.proxyUser",
"description": "Proxy authentication user",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.authenticationKey": {
"name": "camel.sink.endpoint.authenticationKey",
"description": "Authentication key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.ignoreSslVerification": {
"name": "camel.sink.endpoint.ignoreSslVerification",
"description": "Ignore SSL verification",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "Secret key for the cloud user",
"priority": "HIGH",
"required": "true"
},
"camel.component.hwcloud-functiongraph.lazyStartProducer": {
"name": "camel.component.hwcloud-functiongraph.lazyStartProducer",
"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 during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hwcloud-functiongraph.autowiredEnabled": {
"name": "camel.component.hwcloud-functiongraph.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}