blob: a296619f2185348fa3b493bdba898b7fd3f66b09 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jclouds.CamelJcloudsSinkConnector",
"artifactId": "camel-jclouds-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jclouds-sink",
"type": "sink",
"version": "0.7.3",
"description": "Interact with jclouds compute and blobstore service."
},
"properties": {
"camel.sink.path.command": {
"name": "camel.sink.path.command",
"description": "What command to execute such as blobstore or compute. One of: [blobstore] [compute]",
"priority": "HIGH",
"required": "true",
"enum": [
"blobstore",
"compute"
]
},
"camel.sink.path.providerId": {
"name": "camel.sink.path.providerId",
"description": "The name of the cloud provider that provides the target service (e.g. aws-s3 or aws_ec2).",
"priority": "HIGH",
"required": "true"
},
"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.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.blobName": {
"name": "camel.sink.endpoint.blobName",
"description": "The name of the blob.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.container": {
"name": "camel.sink.endpoint.container",
"description": "The name of the blob container.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.group": {
"name": "camel.sink.endpoint.group",
"description": "The group that will be assigned to the newly created node. Values depend on the actual cloud provider.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hardwareId": {
"name": "camel.sink.endpoint.hardwareId",
"description": "The hardware that will be used for creating a node. Values depend on the actual cloud provider.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.imageId": {
"name": "camel.sink.endpoint.imageId",
"description": "The imageId that will be used for creating a node. Values depend on the actual cloud provider.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.locationId": {
"name": "camel.sink.endpoint.locationId",
"description": "The location that will be used for creating a node. Values depend on the actual cloud provider.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nodeId": {
"name": "camel.sink.endpoint.nodeId",
"description": "The id of the node that will run the script or destroyed.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.nodeState": {
"name": "camel.sink.endpoint.nodeState",
"description": "To filter by node status to only select running nodes etc. One of: [PENDING] [TERMINATED] [SUSPENDED] [RUNNING] [ERROR] [UNRECOGNIZED]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PENDING",
"TERMINATED",
"SUSPENDED",
"RUNNING",
"ERROR",
"UNRECOGNIZED"
]
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Specifies the type of operation that will be performed to the blobstore.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.user": {
"name": "camel.sink.endpoint.user",
"description": "The user on the target node that will run the script.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jclouds.blobStores": {
"name": "camel.component.jclouds.blobStores",
"description": "To use the given BlobStore which must be configured when using blobstore.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jclouds.computeServices": {
"name": "camel.component.jclouds.computeServices",
"description": "To use the given ComputeService which must be configured when use compute.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jclouds.lazyStartProducer": {
"name": "camel.component.jclouds.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.jclouds.autowiredEnabled": {
"name": "camel.component.jclouds.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"
}
}
}