compress
Compress the message being processed
processors:
- compress: {}
processors:
- compress:
algorithm: Gzip
Fields
algorithm
The compression algorithm to use. [Default: Gzip]
Type: string
Required: false
Accepted values:
Gzip: compress the message using gzip.
Zip: compress the message using deflate
Zlib: compress the message using zlib