[ 
https://issues.apache.org/jira/browse/KAFKA-4111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15469377#comment-15469377
 ] 

julien1987 commented on KAFKA-4111:
-----------------------------------

  Sorry, my expression was not clear. I mean all messages from multiple 
producers are on the same topic and partition. Total count of  all messages is 
big but count of messages from every producer is very small.

  For example,  there are 1k producers, every producer send 5 messages and 
these messages are on the same topic-partition. I want broker can compress 5k 
messages(1 time) instead of compressing 5 messages every time(1k times).

> broker compress data of certain size instead on a produce request
> -----------------------------------------------------------------
>
>                 Key: KAFKA-4111
>                 URL: https://issues.apache.org/jira/browse/KAFKA-4111
>             Project: Kafka
>          Issue Type: Improvement
>          Components: compression
>    Affects Versions: 0.10.0.1
>            Reporter: julien1987
>
> When "compression.type" is set on broker config, broker compress data on 
> every produce request. But on our sences, produce requst is very many, and 
> data of every request is not so much. So compression result is not good. Can 
> Broker compress data of every certain size from many produce requests?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to