blob: ce308643574e45abd0e804000d90a3ca1ebef897 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.googlebigquery.CamelGooglebigquerySinkConnector",
"artifactId": "camel-google-bigquery-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-google-bigquery-sink",
"type": "sink",
"version": "0.7.0",
"description": "Google BigQuery data warehouse for analytics."
},
"properties": {
"camel.sink.path.projectId": {
"name": "camel.sink.path.projectId",
"description": "Google Cloud Project Id",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.datasetId": {
"name": "camel.sink.path.datasetId",
"description": "BigQuery Dataset Id",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.tableId": {
"name": "camel.sink.path.tableId",
"description": "BigQuery table id",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.connectionFactory": {
"name": "camel.sink.endpoint.connectionFactory",
"description": "ConnectionFactory to obtain connection to Bigquery Service. If not provided the default one will be used",
"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.useAsInsertId": {
"name": "camel.sink.endpoint.useAsInsertId",
"description": "Field name to use as insert id",
"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.google-bigquery.connectionFactory": {
"name": "camel.component.google-bigquery.connectionFactory",
"description": "ConnectionFactory to obtain connection to Bigquery Service. If not provided the default one will be used",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-bigquery.datasetId": {
"name": "camel.component.google-bigquery.datasetId",
"description": "BigQuery Dataset Id",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-bigquery.lazyStartProducer": {
"name": "camel.component.google-bigquery.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.google-bigquery.projectId": {
"name": "camel.component.google-bigquery.projectId",
"description": "Google Cloud Project Id",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.google-bigquery.autowiredEnabled": {
"name": "camel.component.google-bigquery.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"
}
}
}