blob: cfc9af6bf31425b07d20e2faf4d59532bb44a3a6 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.atmos.CamelAtmosSinkConnector",
"artifactId": "camel-atmos-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-atmos-sink",
"type": "sink",
"version": "0.7.3",
"description": "Integrate with EMC's ViPR object data services using the Atmos Client."
},
"properties": {
"camel.sink.path.name": {
"name": "camel.sink.path.name",
"description": "Atmos name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.operation": {
"name": "camel.sink.path.operation",
"description": "Operation to perform One of: [put] [del] [search] [get] [move]",
"priority": "HIGH",
"required": "true",
"enum": [
"put",
"del",
"search",
"get",
"move"
]
},
"camel.sink.endpoint.localPath": {
"name": "camel.sink.endpoint.localPath",
"description": "Local path to put files",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.newRemotePath": {
"name": "camel.sink.endpoint.newRemotePath",
"description": "New path on Atmos when moving files",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.query": {
"name": "camel.sink.endpoint.query",
"description": "Search query on Atmos",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.remotePath": {
"name": "camel.sink.endpoint.remotePath",
"description": "Where to put files on Atmos",
"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.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.uri": {
"name": "camel.sink.endpoint.uri",
"description": "Atomos server uri",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.fullTokenId": {
"name": "camel.sink.endpoint.fullTokenId",
"description": "Atmos client fullTokenId",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.secretKey": {
"name": "camel.sink.endpoint.secretKey",
"description": "The secret key to pass to the Atmos client (should be base64 encoded)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.sslValidation": {
"name": "camel.sink.endpoint.sslValidation",
"description": "Atmos SSL validation",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atmos.lazyStartProducer": {
"name": "camel.component.atmos.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.atmos.autowiredEnabled": {
"name": "camel.component.atmos.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"
},
"camel.component.atmos.uri": {
"name": "camel.component.atmos.uri",
"description": "The URI of the server for the Atmos client to connect to",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atmos.fullTokenId": {
"name": "camel.component.atmos.fullTokenId",
"description": "The token id to pass to the Atmos client",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atmos.secretKey": {
"name": "camel.component.atmos.secretKey",
"description": "The secret key to pass to the Atmos client (should be base64 encoded)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.atmos.sslValidation": {
"name": "camel.component.atmos.sslValidation",
"description": "Whether the Atmos client should perform SSL validation",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
}
}
}