= decompress :type: processor :status: stable :categories: ["Parsing"] //// THIS FILE IS AUTOGENERATED! To make changes, edit the corresponding source file under: https://github.com/redpanda-data/connect/tree/main/internal/impl/. And: https://github.com/redpanda-data/connect/tree/main/cmd/tools/docs_gen/templates/plugin.adoc.tmpl //// // © 2024 Redpanda Data Inc. component_type_dropdown::[] Decompresses messages according to the selected algorithm. Supported decompression algorithms are: [bzip2 flate gzip lz4 pgzip snappy zlib] ```yml # Config fields, showing default values label: "" decompress: algorithm: "" # No default (required) ``` == Fields === `algorithm` The decompression algorithm to use. *Type*: `string` Options: `bzip2` , `flate` , `gzip` , `lz4` , `pgzip` , `snappy` , `zlib` .