blob: 78479e53e7224548169b4f4dc424a573b1a748bf [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.direct.CamelDirectSinkConnector",
"artifactId": "camel-direct-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-direct-sink",
"type": "sink",
"version": "0.7.2",
"description": "Call another endpoint from the same Camel Context synchronously."
},
"properties": {
"camel.sink.path.name": {
"name": "camel.sink.path.name",
"description": "Name of direct 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 endpoint with no active consumers.",
"defaultValue": "true",
"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.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.block": {
"name": "camel.component.direct.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.lazyStartProducer": {
"name": "camel.component.direct.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.timeout": {
"name": "camel.component.direct.timeout",
"description": "The timeout value to use if block is enabled.",
"defaultValue": "30000L",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.direct.autowiredEnabled": {
"name": "camel.component.direct.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"
}
}
}