blob: d307b2084731d9b790f67b8c5ebd9ffb4c7a0aa1 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.ehcache.CamelEhcacheSinkConnector",
"artifactId": "camel-ehcache-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-ehcache-sink",
"type": "sink",
"version": "0.7.3",
"description": "Perform caching operations using Ehcache."
},
"properties": {
"camel.sink.path.cacheName": {
"name": "camel.sink.path.cacheName",
"description": "the cache name",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.cacheManager": {
"name": "camel.sink.endpoint.cacheManager",
"description": "The cache manager",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheManagerConfiguration": {
"name": "camel.sink.endpoint.cacheManagerConfiguration",
"description": "The cache manager configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.configurationUri": {
"name": "camel.sink.endpoint.configurationUri",
"description": "URI pointing to the Ehcache XML configuration file's location",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.createCacheIfNotExist": {
"name": "camel.sink.endpoint.createCacheIfNotExist",
"description": "Configure if a cache need to be created if it does exist or can't be pre-configured.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.action": {
"name": "camel.sink.endpoint.action",
"description": "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.key": {
"name": "camel.sink.endpoint.key",
"description": "To configure the default action key. If a key is set in the message header, then the key from the header takes precedence.",
"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.configuration": {
"name": "camel.sink.endpoint.configuration",
"description": "The default cache configuration to be used to create caches.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.configurations": {
"name": "camel.sink.endpoint.configurations",
"description": "A map of cache configuration to be used to create caches.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.keyType": {
"name": "camel.sink.endpoint.keyType",
"description": "The cache key type, default java.lang.Object",
"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.sink.endpoint.valueType": {
"name": "camel.sink.endpoint.valueType",
"description": "The cache value type, default java.lang.Object",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.cacheManager": {
"name": "camel.component.ehcache.cacheManager",
"description": "The cache manager",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.cacheManagerConfiguration": {
"name": "camel.component.ehcache.cacheManagerConfiguration",
"description": "The cache manager configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.configurationUri": {
"name": "camel.component.ehcache.configurationUri",
"description": "URI pointing to the Ehcache XML configuration file's location",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.createCacheIfNotExist": {
"name": "camel.component.ehcache.createCacheIfNotExist",
"description": "Configure if a cache need to be created if it does exist or can't be pre-configured.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.action": {
"name": "camel.component.ehcache.action",
"description": "To configure the default cache action. If an action is set in the message header, then the operation from the header takes precedence.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.key": {
"name": "camel.component.ehcache.key",
"description": "To configure the default action key. If a key is set in the message header, then the key from the header takes precedence.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.lazyStartProducer": {
"name": "camel.component.ehcache.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.ehcache.autowiredEnabled": {
"name": "camel.component.ehcache.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.ehcache.configuration": {
"name": "camel.component.ehcache.configuration",
"description": "The default cache configuration to be used to create caches.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.configurations": {
"name": "camel.component.ehcache.configurations",
"description": "A map of cache configuration to be used to create caches.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.keyType": {
"name": "camel.component.ehcache.keyType",
"description": "The cache key type, default java.lang.Object",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ehcache.valueType": {
"name": "camel.component.ehcache.valueType",
"description": "The cache value type, default java.lang.Object",
"priority": "MEDIUM",
"required": "false"
}
}
}