blob: d9a1f710f8099cf64ada44b80b4d39d70067eec0 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.optaplanner.CamelOptaplannerSinkConnector",
"artifactId": "camel-optaplanner-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-optaplanner-sink",
"type": "sink",
"version": "0.7.3",
"description": "Solve planning problems with OptaPlanner."
},
"properties": {
"camel.sink.path.configFile": {
"name": "camel.sink.path.configFile",
"description": "Specifies the location to the solver file. If useSolverManager=FALSE, Camel uses this file and create the Solver. If useSolverManager=TRUE and SolverManager is set in the header {OptaPlannerConstants.SOLVER_MANAGER} : this file is ignored by Camel usage of SolverManager. SolverManager can be injected by DI in Quarkus or Spring.",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.problemId": {
"name": "camel.sink.endpoint.problemId",
"description": "In case of using SolverManager : the problem id",
"defaultValue": "\"1L\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.solverId": {
"name": "camel.sink.endpoint.solverId",
"description": "Specifies the solverId to user for the solver instance key",
"defaultValue": "\"DEFAULT_SOLVER\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.useSolverManager": {
"name": "camel.sink.endpoint.useSolverManager",
"description": "use SolverManager instead of XML file config. Use this mode on Quarkus app.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.async": {
"name": "camel.sink.endpoint.async",
"description": "Specifies to perform operations in async mode",
"defaultValue": "false",
"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.threadPoolSize": {
"name": "camel.sink.endpoint.threadPoolSize",
"description": "Specifies the thread pool size to use when async is true",
"defaultValue": "10",
"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.optaplanner.lazyStartProducer": {
"name": "camel.component.optaplanner.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.optaplanner.autowiredEnabled": {
"name": "camel.component.optaplanner.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"
}
}
}