blob: bb556498b5976ccdb54e6a8688cff42d08083a79 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.directvm.CamelDirectvmSinkConnector",
"artifactId": "camel-direct-vm-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-direct-vm-sink",
"type": "sink",
"version": "0.7.2",
"description": "Call another endpoint from any Camel Context in the same JVM synchronously."
},
"properties": {
"camel.sink.path.name": {
"name": "camel.sink.path.name",
"description": "Name of direct-vm endpoint",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.block": {
"name": "camel.sink.endpoint.block",
"description": "If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.failIfNoConsumers": {
"name": "camel.sink.endpoint.failIfNoConsumers",
"description": "Whether the producer should fail by throwing an exception, when sending to a Direct-VM endpoint with no active consumers.",
"defaultValue": "false",
"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.timeout": {
"name": "camel.sink.endpoint.timeout",
"description": "The timeout value to use if block is enabled.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.headerFilterStrategy": {
"name": "camel.sink.endpoint.headerFilterStrategy",
"description": "Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response). Default value: none.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.propagateProperties": {
"name": "camel.sink.endpoint.propagateProperties",
"description": "Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true.",
"defaultValue": "true",
"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.direct-vm.block": {
"name": "camel.component.direct-vm.block",
"description": "If sending a message to a direct endpoint which has no active consumer, then we can tell the producer to block and wait for the consumer to become active.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.direct-vm.lazyStartProducer": {
"name": "camel.component.direct-vm.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.direct-vm.timeout": {
"name": "camel.component.direct-vm.timeout",
"description": "The timeout value to use if block is enabled.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.direct-vm.autowiredEnabled": {
"name": "camel.component.direct-vm.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.direct-vm.headerFilterStrategy": {
"name": "camel.component.direct-vm.headerFilterStrategy",
"description": "Sets a HeaderFilterStrategy that will only be applied on producer endpoints (on both directions: request and response). Default value: none.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.direct-vm.propagateProperties": {
"name": "camel.component.direct-vm.propagateProperties",
"description": "Whether to propagate or not properties from the producer side to the consumer side, and vice versa. Default value: true.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
}
}
}