blob: 47c946e06a4fcfbfa86cbfaf5689d480bea4911f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.infinispanembedded.CamelInfinispanembeddedSinkConnector",
"artifactId": "camel-infinispan-embedded-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-infinispan-embedded-sink",
"type": "sink",
"version": "0.10.0",
"description": "Read and write from\/to Infinispan distributed key\/value store and data grid."
},
"properties": {
"camel.sink.path.cacheName": {
"name": "camel.sink.path.cacheName",
"description": "The name of the cache to use. Use current to use the existing cache name from the currently configured cached manager. Or use default for the default cache manager name.",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.queryBuilder": {
"name": "camel.sink.endpoint.queryBuilder",
"description": "Specifies the query builder.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.defaultValue": {
"name": "camel.sink.endpoint.defaultValue",
"description": "Set a specific default value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.key": {
"name": "camel.sink.endpoint.key",
"description": "Set a specific key for producer operations",
"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.oldValue": {
"name": "camel.sink.endpoint.oldValue",
"description": "Set a specific old value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.operation": {
"name": "camel.sink.endpoint.operation",
"description": "The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]",
"defaultValue": "\"PUT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PUT",
"PUTASYNC",
"PUTALL",
"PUTALLASYNC",
"PUTIFABSENT",
"PUTIFABSENTASYNC",
"GET",
"GETORDEFAULT",
"CONTAINSKEY",
"CONTAINSVALUE",
"REMOVE",
"REMOVEASYNC",
"REPLACE",
"REPLACEASYNC",
"SIZE",
"CLEAR",
"CLEARASYNC",
"QUERY",
"STATS",
"COMPUTE",
"COMPUTEASYNC"
]
},
"camel.sink.endpoint.value": {
"name": "camel.sink.endpoint.value",
"description": "Set a specific value for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheContainer": {
"name": "camel.sink.endpoint.cacheContainer",
"description": "Specifies the cache Container to connect",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.cacheContainerConfiguration": {
"name": "camel.sink.endpoint.cacheContainerConfiguration",
"description": "The CacheContainer configuration. Used if the cacheContainer is not defined.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.configurationUri": {
"name": "camel.sink.endpoint.configurationUri",
"description": "An implementation specific URI for the CacheManager",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.flags": {
"name": "camel.sink.endpoint.flags",
"description": "A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.remappingFunction": {
"name": "camel.sink.endpoint.remappingFunction",
"description": "Set a specific remappingFunction to use in a compute operation.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.resultHeader": {
"name": "camel.sink.endpoint.resultHeader",
"description": "Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.configuration": {
"name": "camel.component.infinispan-embedded.configuration",
"description": "Component configuration",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.queryBuilder": {
"name": "camel.component.infinispan-embedded.queryBuilder",
"description": "Specifies the query builder.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.defaultValue": {
"name": "camel.component.infinispan-embedded.defaultValue",
"description": "Set a specific default value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.key": {
"name": "camel.component.infinispan-embedded.key",
"description": "Set a specific key for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.lazyStartProducer": {
"name": "camel.component.infinispan-embedded.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.infinispan-embedded.oldValue": {
"name": "camel.component.infinispan-embedded.oldValue",
"description": "Set a specific old value for some producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.operation": {
"name": "camel.component.infinispan-embedded.operation",
"description": "The operation to perform One of: [PUT] [PUTASYNC] [PUTALL] [PUTALLASYNC] [PUTIFABSENT] [PUTIFABSENTASYNC] [GET] [GETORDEFAULT] [CONTAINSKEY] [CONTAINSVALUE] [REMOVE] [REMOVEASYNC] [REPLACE] [REPLACEASYNC] [SIZE] [CLEAR] [CLEARASYNC] [QUERY] [STATS] [COMPUTE] [COMPUTEASYNC]",
"defaultValue": "\"PUT\"",
"priority": "MEDIUM",
"required": "false",
"enum": [
"PUT",
"PUTASYNC",
"PUTALL",
"PUTALLASYNC",
"PUTIFABSENT",
"PUTIFABSENTASYNC",
"GET",
"GETORDEFAULT",
"CONTAINSKEY",
"CONTAINSVALUE",
"REMOVE",
"REMOVEASYNC",
"REPLACE",
"REPLACEASYNC",
"SIZE",
"CLEAR",
"CLEARASYNC",
"QUERY",
"STATS",
"COMPUTE",
"COMPUTEASYNC"
]
},
"camel.component.infinispan-embedded.value": {
"name": "camel.component.infinispan-embedded.value",
"description": "Set a specific value for producer operations",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.autowiredEnabled": {
"name": "camel.component.infinispan-embedded.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.infinispan-embedded.cacheContainer": {
"name": "camel.component.infinispan-embedded.cacheContainer",
"description": "Specifies the cache Container to connect",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.cacheContainerConfiguration": {
"name": "camel.component.infinispan-embedded.cacheContainerConfiguration",
"description": "The CacheContainer configuration. Used if the cacheContainer is not defined.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.configurationUri": {
"name": "camel.component.infinispan-embedded.configurationUri",
"description": "An implementation specific URI for the CacheManager",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.flags": {
"name": "camel.component.infinispan-embedded.flags",
"description": "A comma separated list of org.infinispan.context.Flag to be applied by default on each cache invocation",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.remappingFunction": {
"name": "camel.component.infinispan-embedded.remappingFunction",
"description": "Set a specific remappingFunction to use in a compute operation.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.infinispan-embedded.resultHeader": {
"name": "camel.component.infinispan-embedded.resultHeader",
"description": "Store the operation result in a header instead of the message body. By default, resultHeader == null and the query result is stored in the message body, any existing content in the message body is discarded. If resultHeader is set, the value is used as the name of the header to store the query result and the original message body is preserved. This value can be overridden by an in message header named: CamelInfinispanOperationResultHeader",
"priority": "MEDIUM",
"required": "false"
}
}
}