blob: 14cd1b33efd96e6a642fb7709051befa3390df41 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.cql.CamelCqlSinkConnector",
"artifactId": "camel-cql-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-cql-sink",
"type": "sink",
"version": "0.7.0",
"description": "Integrate with Cassandra 2.0 using the CQL3 API (not the Thrift API). Based on Cassandra Java Driver provided by DataStax."
},
"properties": {
"camel.sink.path.beanRef": {
"name": "camel.sink.path.beanRef",
"description": "beanRef is defined using bean:id",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.hosts": {
"name": "camel.sink.path.hosts",
"description": "Hostname(s) cassansdra server(s). Multiple hosts can be separated by comma.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.port": {
"name": "camel.sink.path.port",
"description": "Port number of cassansdra server(s)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.path.keyspace": {
"name": "camel.sink.path.keyspace",
"description": "Keyspace to use",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.clusterName": {
"name": "camel.sink.endpoint.clusterName",
"description": "Cluster name",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.consistencyLevel": {
"name": "camel.sink.endpoint.consistencyLevel",
"description": "Consistency level to use One of: [ANY] [ONE] [TWO] [THREE] [QUORUM] [ALL] [LOCAL_ONE] [LOCAL_QUORUM] [EACH_QUORUM] [SERIAL] [LOCAL_SERIAL]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"ANY",
"ONE",
"TWO",
"THREE",
"QUORUM",
"ALL",
"LOCAL_ONE",
"LOCAL_QUORUM",
"EACH_QUORUM",
"SERIAL",
"LOCAL_SERIAL"
]
},
"camel.sink.endpoint.cql": {
"name": "camel.sink.endpoint.cql",
"description": "CQL query to perform. Can be overridden with the message header with key CamelCqlQuery.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.datacenter": {
"name": "camel.sink.endpoint.datacenter",
"description": "Datacenter to use",
"defaultValue": "\"datacenter1\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.loadBalancingPolicyClass": {
"name": "camel.sink.endpoint.loadBalancingPolicyClass",
"description": "To use a specific LoadBalancingPolicyClass",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "Password for session authentication",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.prepareStatements": {
"name": "camel.sink.endpoint.prepareStatements",
"description": "Whether to use PreparedStatements or regular Statements",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resultSetConversionStrategy": {
"name": "camel.sink.endpoint.resultSetConversionStrategy",
"description": "To use a custom class that implements logic for converting ResultSet into message body ALL, ONE, LIMIT_10, LIMIT_100...",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.session": {
"name": "camel.sink.endpoint.session",
"description": "To use the Session instance (you would normally not use this option)",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.username": {
"name": "camel.sink.endpoint.username",
"description": "Username for session authentication",
"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.component.cql.lazyStartProducer": {
"name": "camel.component.cql.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.cql.autowiredEnabled": {
"name": "camel.component.cql.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"
}
}
}