blob: bea7be0ef6325d018b08aa3ac4ec80b25d12a75d [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.ignitecompute.CamelIgnitecomputeSinkConnector",
"artifactId": "camel-ignite-compute-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-ignite-compute-sink",
"type": "sink",
"version": "0.7.3",
"description": "Run compute operations on an Ignite cluster."
},
"properties": {
"camel.sink.path.endpointId": {
"name": "camel.sink.path.endpointId",
"description": "The endpoint ID (not used).",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.clusterGroupExpression": {
"name": "camel.sink.endpoint.clusterGroupExpression",
"description": "An expression that returns the Cluster Group for the IgniteCompute instance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.computeName": {
"name": "camel.sink.endpoint.computeName",
"description": "The name of the compute job, which will be set via IgniteCompute#withName(String).",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.executionType": {
"name": "camel.sink.endpoint.executionType",
"description": "The compute operation to perform. Possible values: CALL, BROADCAST, APPLY, EXECUTE, RUN, AFFINITY_CALL, AFFINITY_RUN. The component expects different payload types depending on the operation. One of: [CALL] [BROADCAST] [APPLY] [EXECUTE] [RUN] [AFFINITY_CALL] [AFFINITY_RUN]",
"priority": "HIGH",
"required": "true",
"enum": [
"CALL",
"BROADCAST",
"APPLY",
"EXECUTE",
"RUN",
"AFFINITY_CALL",
"AFFINITY_RUN"
]
},
"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.propagateIncomingBodyIfNoReturnValue": {
"name": "camel.sink.endpoint.propagateIncomingBodyIfNoReturnValue",
"description": "Sets whether to propagate the incoming body if the return type of the underlying Ignite operation is void.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.taskName": {
"name": "camel.sink.endpoint.taskName",
"description": "The task name, only applicable if using the IgniteComputeExecutionType#EXECUTE execution type.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.timeoutMillis": {
"name": "camel.sink.endpoint.timeoutMillis",
"description": "The timeout interval for triggered jobs, in milliseconds, which will be set via IgniteCompute#withTimeout(long).",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.treatCollectionsAsCacheObjects": {
"name": "camel.sink.endpoint.treatCollectionsAsCacheObjects",
"description": "Sets whether to treat Collections as cache objects or as Collections of items to insert\/update\/compute, etc.",
"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.ignite-compute.configurationResource": {
"name": "camel.component.ignite-compute.configurationResource",
"description": "The resource from where to load the configuration. It can be a: URL, String or InputStream type.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ignite-compute.ignite": {
"name": "camel.component.ignite-compute.ignite",
"description": "To use an existing Ignite instance.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ignite-compute.igniteConfiguration": {
"name": "camel.component.ignite-compute.igniteConfiguration",
"description": "Allows the user to set a programmatic ignite configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.ignite-compute.lazyStartProducer": {
"name": "camel.component.ignite-compute.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.ignite-compute.autowiredEnabled": {
"name": "camel.component.ignite-compute.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"
}
}
}