blob: e4207c41b5d0990c537f69680b5bea9a6f58c307 [file] [log] [blame]
{
"groups": [
{
"name": "camel.component.avro",
"type": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.component.avro.autowired-enabled",
"type": "java.lang.Boolean",
"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.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.avro.bridge-error-handler",
"type": "java.lang.Boolean",
"description": "Allows for bridging the consumer to the Camel routing Error Handler, which mean any exceptions occurred while the consumer is trying to pickup incoming messages, or the likes, will now be processed as a message and handled by the routing Error Handler. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.avro.configuration",
"type": "org.apache.camel.component.avro.AvroConfiguration",
"description": "To use a shared AvroConfiguration to configure options once. The option is a org.apache.camel.component.avro.AvroConfiguration type.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.avro.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the avro component. This is enabled by default.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.lazy-start-producer",
"type": "java.lang.Boolean",
"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.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.avro.protocol",
"type": "org.apache.avro.Protocol",
"description": "Avro protocol to use. The option is a org.apache.avro.Protocol type.",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.protocol-class-name",
"type": "java.lang.String",
"description": "Avro protocol to use defined by the FQN class name",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.protocol-location",
"type": "java.lang.String",
"description": "Avro protocol location",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
},
{
"name": "camel.component.avro.reflection-protocol",
"type": "java.lang.Boolean",
"description": "If protocol object provided is reflection protocol. Should be used only with protocol parameter because for protocolClassName protocol type will be auto detected",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.avro.single-parameter",
"type": "java.lang.Boolean",
"description": "If true, consumer parameter won't be wrapped into array. Will fail if protocol specifies more then 1 parameter for the message",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.avro.uri-authority",
"type": "java.lang.String",
"description": "Authority to use (username and password)",
"sourceType": "org.apache.camel.component.avro.springboot.AvroComponentConfiguration"
}
],
"hints": []
}