LZF Deflate Compression
Compress and decompress streams using LZF deflate algorithm
Maven coordinates
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-lzf-starter</artifactId>
</dependency> Spring Boot Auto-Configuration
The starter 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 | Whether to enable encoding (compress) using multiple processing cores. | false | Boolean |