[ https://issues.apache.org/jira/browse/KAFKA-1253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13906544#comment-13906544 ]
Guozhang Wang commented on KAFKA-1253: -------------------------------------- One note is that in this preliminary patch I follow the existing consumer behavior, which decompress the whole message set first and put them into a non-compressed buffer, then iterate one-by-one; but it is possible to also have in-place decompression here, which can save one copy. > Implement compression in new producer > ------------------------------------- > > Key: KAFKA-1253 > URL: https://issues.apache.org/jira/browse/KAFKA-1253 > Project: Kafka > Issue Type: Sub-task > Components: producer > Reporter: Jay Kreps > Attachments: KAFKA-1253.patch > > -- This message was sent by Atlassian JIRA (v6.1.5#6160)