blob: 5152160161b38da65501c7e068dac80b9a00513f [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.hazelcastlist.CamelHazelcastlistSinkConnector",
"artifactId": "camel-hazelcast-list-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-hazelcast-list-sink",
"type": "sink",
"version": "0.7.0",
"description": "Perform operations on Hazelcast distributed list."
},
"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.component.hazelcast-list.lazyStartProducer": {
"name": "camel.component.hazelcast-list.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-list.autowiredEnabled": {
"name": "camel.component.hazelcast-list.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-list.hazelcastInstance": {
"name": "camel.component.hazelcast-list.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-list.hazelcastMode": {
"name": "camel.component.hazelcast-list.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"
}
}
}