Camel Spring Boot Starter for lzf
Spring Boot Auto-Configuration
When using lzf with Spring Boot make sure to use the following Maven dependency to have support for auto configuration:
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-lzf-starter</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel core version -->
</dependency>
The component supports 2 options, which are listed below.
Name | Description | Default | Type |
---|---|---|---|
camel.dataformat.lzf.enabled | Whether to enable auto configuration of the lzf data format. This is enabled by default. | Boolean | |
camel.dataformat.lzf.using-parallel-compression | Enable encoding (compress) using multiple processing cores. | false | Boolean |