blob: 12b47936d3385b89ca30cad541b01af51c5dd65e [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hbase.CamelHbaseSinkConnector",
"artifactId": "camel-hbase-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hbase-sink",
"type": "sink",
"version": "0.7.0",
"description": "Reading and write from\/to an HBase store (Hadoop database)."
},
"properties": {
"camel.sink.path.tableName": {
"name": "camel.sink.path.tableName",
"description": "The name of the table",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.cellMappingStrategyFactory": {
"name": "camel.sink.endpoint.cellMappingStrategyFactory",
"description": "To use a custom CellMappingStrategyFactory that is responsible for mapping cells.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.filters": {
"name": "camel.sink.endpoint.filters",
"description": "A list of filters to use.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.mappingStrategyClassName": {
"name": "camel.sink.endpoint.mappingStrategyClassName",
"description": "The class name of a custom mapping strategy implementation.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.mappingStrategyName": {
"name": "camel.sink.endpoint.mappingStrategyName",
"description": "The strategy to use for mapping Camel messages to HBase columns. Supported values: header, or body. One of: [header] [body]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"header",
"body"
]
},
"camel.sink.endpoint.rowMapping": {
"name": "camel.sink.endpoint.rowMapping",
"description": "To map the key\/values from the Map to a HBaseRow. The following keys is supported: rowId - The id of the row. This has limited use as the row usually changes per Exchange. rowType - The type to covert row id to. Supported operations: CamelHBaseScan. family - The column family. Supports a number suffix for referring to more than one columns. qualifier - The column qualifier. Supports a number suffix for referring to more than one columns. value - The value. Supports a number suffix for referring to more than one columns valueType - The value type. Supports a number suffix for referring to more than one columns. Supported operations: CamelHBaseGet, and CamelHBaseScan.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.rowModel": {
"name": "camel.sink.endpoint.rowModel",
"description": "An instance of org.apache.camel.component.hbase.model.HBaseRow which describes how each row should be modeled",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.userGroupInformation": {
"name": "camel.sink.endpoint.userGroupInformation",
"description": "Defines privileges to communicate with HBase such as using kerberos.",
"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.maxResults": {
"name": "camel.sink.endpoint.maxResults",
"description": "The maximum number of rows to scan.",
"defaultValue": "100",
"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.hbase.poolMaxSize": {
"name": "camel.component.hbase.poolMaxSize",
"description": "Maximum number of references to keep for each table in the HTable pool. The default value is 10.",
"defaultValue": "10",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hbase.lazyStartProducer": {
"name": "camel.component.hbase.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.hbase.autowiredEnabled": {
"name": "camel.component.hbase.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.hbase.configuration": {
"name": "camel.component.hbase.configuration",
"description": "To use the shared configuration",
"priority": "MEDIUM",
"required": "false"
}
}
}