Re: Fwd: Unexpected end of ZLIB input stream

2012-11-30 Thread Jun Rao
Dmitri, Snappy tends to be much faster than gzip with a slightly lower compression ratio. Not sure how stable it is though. Thanks, Jun On Fri, Nov 30, 2012 at 1:33 PM, Dmitri Priimak < prii...@highwire.stanford.edu> wrote: > Well, the files that I am sending are themselves not compressed, but

Re: Fwd: Unexpected end of ZLIB input stream

2012-11-30 Thread Dmitri Priimak
Well, the files that I am sending are themselves not compressed, but I do use gzip compression when sending data. kafka client is configured with option compression.codec=1 which implies gzip compression. Setting that value to 2 means "Snappy compression". What compression would you recomme