blob: 899ecc92d01bda395109cb5c1c6bd3ba89cce092 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hazelcastseda.CamelHazelcastsedaSinkConnector",
"artifactId": "camel-hazelcast-seda-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hazelcast-seda-sink",
"type": "sink",
"version": "0.7.2",
"description": "Asynchronously send\/receive Exchanges between Camel routes running on potentially distinct JVMs\/hosts backed by Hazelcast BlockingQueue."
},
"properties": {
"camel.sink.path.cacheName": {
"name": "camel.sink.path.cacheName",
"description": "The name of the cache",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.defaultOperation": {
"name": "camel.sink.endpoint.defaultOperation",
"description": "To specify a default operation to use, if no operation header has been provided. One of: [put] [delete] [get] [update] [query] [getAll] [clear] [putIfAbsent] [allAll] [removeAll] [retainAll] [evict] [evictAll] [valueCount] [containsKey] [containsValue] [keySet] [removevalue] [increment] [decrement] [setvalue] [destroy] [compareAndSet] [getAndAdd] [add] [offer] [peek] [poll] [remainingCapacity] [drainTo] [removeIf] [take] [publish] [readOnceHeal] [readOnceTail] [capacity]",
"priority": "MEDIUM",
"required": "false",
"enum": [
"put",
"delete",
"get",
"update",
"query",
"getAll",
"clear",
"putIfAbsent",
"allAll",
"removeAll",
"retainAll",
"evict",
"evictAll",
"valueCount",
"containsKey",
"containsValue",
"keySet",
"removevalue",
"increment",
"decrement",
"setvalue",
"destroy",
"compareAndSet",
"getAndAdd",
"add",
"offer",
"peek",
"poll",
"remainingCapacity",
"drainTo",
"removeIf",
"take",
"publish",
"readOnceHeal",
"readOnceTail",
"capacity"
]
},
"camel.sink.endpoint.hazelcastInstance": {
"name": "camel.sink.endpoint.hazelcastInstance",
"description": "The hazelcast instance reference which can be used for hazelcast endpoint.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.hazelcastInstanceName": {
"name": "camel.sink.endpoint.hazelcastInstanceName",
"description": "The hazelcast instance reference name which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance.",
"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.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.concurrentConsumers": {
"name": "camel.sink.endpoint.concurrentConsumers",
"description": "To use concurrent consumers polling from the SEDA queue.",
"defaultValue": "1",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.onErrorDelay": {
"name": "camel.sink.endpoint.onErrorDelay",
"description": "Milliseconds before consumer continues polling after an error has occurred.",
"defaultValue": "1000",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.pollTimeout": {
"name": "camel.sink.endpoint.pollTimeout",
"description": "The timeout used when consuming from the SEDA queue. When a timeout occurs, the consumer can check whether it is allowed to continue running. Setting a lower value allows the consumer to react more quickly upon shutdown.",
"defaultValue": "1000",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.transacted": {
"name": "camel.sink.endpoint.transacted",
"description": "If set to true then the consumer runs in transaction mode, where the messages in the seda queue will only be removed if the transaction commits, which happens when the processing is complete.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.transferExchange": {
"name": "camel.sink.endpoint.transferExchange",
"description": "If set to true the whole Exchange will be transfered. If header or body contains not serializable objects, they will be skipped.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hazelcast-seda.lazyStartProducer": {
"name": "camel.component.hazelcast-seda.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.hazelcast-seda.autowiredEnabled": {
"name": "camel.component.hazelcast-seda.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.hazelcast-seda.hazelcastInstance": {
"name": "camel.component.hazelcast-seda.hazelcastInstance",
"description": "The hazelcast instance reference which can be used for hazelcast endpoint. If you don't specify the instance reference, camel use the default hazelcast instance from the camel-hazelcast instance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.hazelcast-seda.hazelcastMode": {
"name": "camel.component.hazelcast-seda.hazelcastMode",
"description": "The hazelcast mode reference which kind of instance should be used. If you don't specify the mode, then the node mode will be the default.",
"defaultValue": "\"node\"",
"priority": "MEDIUM",
"required": "false"
}
}
}