I figured out to use .unmarshal().gzipDeflater() and it requests
camel-zip-deflater.
Thank you,
On Saturday, November 21, 2020, 09:17:48 PM EST, Site Register
<[email protected]> wrote:
Hi Camel Users,
Is there a way to uncompress .gz file using camel? I can unzip .zip file but
not .gz file.
According to Camel "Data Format" document, There are 2 formats for compression.
One is Zip File DataFormat and the other one is LZF Data Format
(https://camel.apache.org/manual/latest/data-format.html).
I also found some people mentioned to use .unmarshal().gzip(). But I can't find
gzip() in the Camel 3.6.0.
Very appreciated if you can help.
Thank you,