blob: 3e1d4939347192770ad3bc62033e488c0500347b [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.language.CamelLanguageSinkConnector",
"artifactId": "camel-language-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-language-sink",
"type": "sink",
"version": "0.7.3",
"description": "Execute scripts in any of the languages supported by Camel."
},
"properties": {
"camel.sink.path.languageName": {
"name": "camel.sink.path.languageName",
"description": "Sets the name of the language to use One of: [bean] [constant] [exchangeProperty] [file] [groovy] [header] [javascript] [jsonpath] [mvel] [ognl] [] [ref] [simple] [spel] [sql] [terser] [tokenize] [xpath] [xquery] [xtokenize]",
"priority": "HIGH",
"required": "true",
"enum": [
"bean",
"constant",
"exchangeProperty",
"file",
"groovy",
"header",
"javascript",
"jsonpath",
"mvel",
"ognl",
"",
"ref",
"simple",
"spel",
"sql",
"terser",
"tokenize",
"xpath",
"xquery",
"xtokenize"
]
},
"camel.sink.path.resourceUri": {
"name": "camel.sink.path.resourceUri",
"description": "Path to the resource, or a reference to lookup a bean in the Registry to use as the resource",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.allowContextMapAll": {
"name": "camel.sink.endpoint.allowContextMapAll",
"description": "Sets whether the context map should allow access to all details. By default only the message body and headers can be accessed. This option can be enabled for full access to the current Exchange and CamelContext. Doing so impose a potential security risk as this opens access to the full power of CamelContext API.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.binary": {
"name": "camel.sink.endpoint.binary",
"description": "Whether the script is binary content or text content. By default the script is read as text content (eg java.lang.String)",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheScript": {
"name": "camel.sink.endpoint.cacheScript",
"description": "Whether to cache the compiled script and reuse Notice reusing the script can cause side effects from processing one Camel org.apache.camel.Exchange to the next org.apache.camel.Exchange.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.contentCache": {
"name": "camel.sink.endpoint.contentCache",
"description": "Sets whether to use resource content cache or not",
"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.script": {
"name": "camel.sink.endpoint.script",
"description": "Sets the script to execute",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.transform": {
"name": "camel.sink.endpoint.transform",
"description": "Whether or not the result of the script should be used as message body. This options is default true.",
"defaultValue": "true",
"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.language.lazyStartProducer": {
"name": "camel.component.language.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.language.autowiredEnabled": {
"name": "camel.component.language.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"
}
}
}