I have question regarding GZIP compression.
My env: I have enabled Compression.codec=1 essentially GZIP . Iam using
ProducerData api on the producer side,
We use following call in the code:
producer.send(new ProducerData(
topic, messageList));
messageList is list of messages , each message is a
onsumer.
> 3. Yes, typically the bigger the list, the better the compression ratio.
> However, there is diminishing return once the list is big enough.
>
> Thanks,
>
> Jun
>
> On Tue, Mar 12, 2013 at 10:10 AM, R S wrote:
>
> > I have question regarding GZI