blob: ac6afbcd61e975bdb8646a9a559df8d4d874ed65 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.kamelet.CamelKameletSinkConnector",
"artifactId": "camel-kamelet-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-kamelet-sink",
"type": "sink",
"version": "0.11.6-SNAPSHOT",
"description": "To call Kamelets"
},
"properties": {
"camel.sink.path.templateId": {
"name": "camel.sink.path.templateId",
"description": "The Route Template ID",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.routeId": {
"name": "camel.sink.path.routeId",
"description": "The Route ID. Default value notice: The ID will be auto-generated if not provided",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.location": {
"name": "camel.sink.endpoint.location",
"description": "Location of the Kamelet to use which can be specified as a resource from file system, classpath etc. The location cannot use wildcards, and must refer to a file including extension, for example file:\/etc\/foo-kamelet.xml",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.block": {
"name": "camel.sink.endpoint.block",
"description": "If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.failIfNoConsumers": {
"name": "camel.sink.endpoint.failIfNoConsumers",
"description": "Whether the producer should fail by throwing an exception, when sending to a kamelet endpoint with no active consumers.",
"defaultValue": "true",
"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.timeout": {
"name": "camel.sink.endpoint.timeout",
"description": "The timeout value to use if block is enabled.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.location": {
"name": "camel.component.kamelet.location",
"description": "The location(s) of the Kamelets on the file system. Multiple locations can be set separated by comma.",
"defaultValue": "\"classpath:\/kamelets\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.routeProperties": {
"name": "camel.component.kamelet.routeProperties",
"description": "Set route local parameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.templateProperties": {
"name": "camel.component.kamelet.templateProperties",
"description": "Set template local parameters.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.block": {
"name": "camel.component.kamelet.block",
"description": "If sending a message to a kamelet endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.lazyStartProducer": {
"name": "camel.component.kamelet.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.kamelet.timeout": {
"name": "camel.component.kamelet.timeout",
"description": "The timeout value to use if block is enabled.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.kamelet.autowiredEnabled": {
"name": "camel.component.kamelet.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.kamelet.routeTemplateLoaderListener": {
"name": "camel.component.kamelet.routeTemplateLoaderListener",
"description": "To plugin a custom listener for when the Kamelet component is loading Kamelets from external resources.",
"priority": "MEDIUM",
"required": "false"
}
}
}