Avro
Serialize and deserialize messages using Apache Avro binary data format
Maven coordinates
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-avro-starter</artifactId>
</dependency> Spring Boot Auto-Configuration
The starter supports 2 options, which are listed below.
| Name | Description | Default | Type |
|---|---|---|---|
camel.dataformat.avro.enabled | Whether to enable auto configuration of the avro data format. This is enabled by default. | Boolean | |
camel.dataformat.avro.instance-class-name | Class name to use for marshal and unmarshalling. | String |