blob: f0c87e677b7686860fadc28e0f3a5e08f1583dc1 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jooq.CamelJooqSinkConnector",
"artifactId": "camel-jooq-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jooq-sink",
"type": "sink",
"version": "0.7.2",
"description": "Store and retrieve Java objects from an SQL database using JOOQ."
},
"properties": {
"camel.sink.path.entityType": {
"name": "camel.sink.path.entityType",
"description": "JOOQ entity class",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.databaseConfiguration": {
"name": "camel.sink.endpoint.databaseConfiguration",
"description": "To use a specific database configuration",
"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.operation": {
"name": "camel.sink.endpoint.operation",
"description": "Type of operation to execute on query One of: [EXECUTE] [FETCH] [NONE]",
"defaultValue": "\"NONE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"EXECUTE",
"FETCH",
"NONE"
]
},
"camel.sink.endpoint.query": {
"name": "camel.sink.endpoint.query",
"description": "To execute plain SQL query",
"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.jooq.configuration": {
"name": "camel.component.jooq.configuration",
"description": "Component configuration (database connection, database entity type, etc.)",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jooq.databaseConfiguration": {
"name": "camel.component.jooq.databaseConfiguration",
"description": "To use a specific database configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jooq.lazyStartProducer": {
"name": "camel.component.jooq.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.jooq.operation": {
"name": "camel.component.jooq.operation",
"description": "Type of operation to execute on query One of: [EXECUTE] [FETCH] [NONE]",
"defaultValue": "\"NONE\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"EXECUTE",
"FETCH",
"NONE"
]
},
"camel.component.jooq.query": {
"name": "camel.component.jooq.query",
"description": "To execute plain SQL query",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jooq.autowiredEnabled": {
"name": "camel.component.jooq.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"
}
}
}